Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -120,7 +120,7 @@ with gr.Blocks(css=css) as myface:
|
|
120 |
#z-index: 0 !important;
|
121 |
gr.HTML("""<style> .gr-button {
|
122 |
color: white !important;
|
123 |
-
background-image: linear-gradient(#
|
124 |
border-radius: 24px !important;
|
125 |
border: solid 1px !important;
|
126 |
border-top-color: #ffffff !important;
|
|
|
120 |
#z-index: 0 !important;
|
121 |
gr.HTML("""<style> .gr-button {
|
122 |
color: white !important;
|
123 |
+
background-image: linear-gradient(#ff9e0c, #ffd31e) !important;
|
124 |
border-radius: 24px !important;
|
125 |
border: solid 1px !important;
|
126 |
border-top-color: #ffffff !important;
|