Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -109,10 +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 |
-
top:50%;
|
| 113 |
background-image: linear-gradient(#6d43e4, #8150df) !important;
|
| 114 |
-
border-radius:
|
| 115 |
-
border: 12px outset #
|
| 116 |
padding: 6px 30px;
|
| 117 |
}
|
| 118 |
</style>""")
|
|
|
|
| 109 |
#z-index: 0 !important;
|
| 110 |
gr.HTML("""<style> .gr-button {
|
| 111 |
color: white !important;
|
|
|
|
| 112 |
background-image: linear-gradient(#6d43e4, #8150df) !important;
|
| 113 |
+
border-radius: 3px !important;
|
| 114 |
+
border: 12px outset #6d43e4;
|
| 115 |
padding: 6px 30px;
|
| 116 |
}
|
| 117 |
</style>""")
|