Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -79,7 +79,7 @@ with gr.Blocks(css=css) as myface:
|
|
| 79 |
#align-items: center !important;
|
| 80 |
#appearance: none !important;
|
| 81 |
|
| 82 |
-
|
| 83 |
#border-style: none !important;
|
| 84 |
#box-shadow: rgba(0, 0, 0, .2) 0 3px 5px -1px,rgba(0, 0, 0, .14) 0 6px 10px 0,rgba(0, 0, 0, .12) 0 1px 18px 0 !important;
|
| 85 |
#box-sizing: border-box !important;
|
|
@@ -109,8 +109,9 @@ with gr.Blocks(css=css) as myface:
|
|
| 109 |
#z-index: 0 !important;
|
| 110 |
gr.HTML("""<style> .gr-button {
|
| 111 |
color: white !important;
|
| 112 |
-
border-color: #
|
| 113 |
-
background-image: linear-gradient(#
|
|
|
|
| 114 |
}</style>""")
|
| 115 |
run=gr.Button("Generate Image")
|
| 116 |
with gr.Row():
|
|
|
|
| 79 |
#align-items: center !important;
|
| 80 |
#appearance: none !important;
|
| 81 |
|
| 82 |
+
|
| 83 |
#border-style: none !important;
|
| 84 |
#box-shadow: rgba(0, 0, 0, .2) 0 3px 5px -1px,rgba(0, 0, 0, .14) 0 6px 10px 0,rgba(0, 0, 0, .12) 0 1px 18px 0 !important;
|
| 85 |
#box-sizing: border-box !important;
|
|
|
|
| 109 |
#z-index: 0 !important;
|
| 110 |
gr.HTML("""<style> .gr-button {
|
| 111 |
color: white !important;
|
| 112 |
+
border-color: #000000 !important;
|
| 113 |
+
background-image: linear-gradient(#6d43e4, #8150df) !important;
|
| 114 |
+
border-radius: 24px !important;
|
| 115 |
}</style>""")
|
| 116 |
run=gr.Button("Generate Image")
|
| 117 |
with gr.Row():
|