Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -931,11 +931,11 @@ with gr.Blocks(css=css) as myface:
|
|
931 |
with gr.Row():
|
932 |
with gr.Column(scale=100):
|
933 |
magic1=gr.Textbox(lines=4)
|
934 |
-
<style> .gr-button {
|
935 |
-
color: white;
|
936 |
-
border-color: #000000;
|
937 |
-
background: #006699;
|
938 |
-
}</style>
|
939 |
run=gr.Button("Generate Image")
|
940 |
with gr.Row():
|
941 |
with gr.Column(scale=100):
|
|
|
931 |
with gr.Row():
|
932 |
with gr.Column(scale=100):
|
933 |
magic1=gr.Textbox(lines=4)
|
934 |
+
gr.HTML("""<style> .gr-button {
|
935 |
+
color: white !important;
|
936 |
+
border-color: #000000 !important;
|
937 |
+
background: #006699 !important;
|
938 |
+
}</style>""")
|
939 |
run=gr.Button("Generate Image")
|
940 |
with gr.Row():
|
941 |
with gr.Column(scale=100):
|