Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -78,8 +78,8 @@ with gr.Blocks(css=css) as myface:
|
|
| 78 |
magic1=gr.Textbox(label="Your Prompt", lines=4)
|
| 79 |
gr.HTML("""<style> .gr-button {
|
| 80 |
color: white !important;
|
| 81 |
-
border-color: #
|
| 82 |
-
background: #
|
| 83 |
}</style>""")
|
| 84 |
run=gr.Button("Generate Image")
|
| 85 |
with gr.Row():
|
|
|
|
| 78 |
magic1=gr.Textbox(label="Your Prompt", lines=4)
|
| 79 |
gr.HTML("""<style> .gr-button {
|
| 80 |
color: white !important;
|
| 81 |
+
border-color: #ffffff !important;
|
| 82 |
+
background: #000000 !important;
|
| 83 |
}</style>""")
|
| 84 |
run=gr.Button("Generate Image")
|
| 85 |
with gr.Row():
|