Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -120,6 +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(#ff9e0c, #ffd31e) !important;
|
124 |
border-radius: 24px !important;
|
125 |
border: solid 1px !important;
|
|
|
120 |
#z-index: 0 !important;
|
121 |
gr.HTML("""<style> .gr-button {
|
122 |
color: white !important;
|
123 |
+
text-shadow: 1px 1px 0 rgba(0, 0, 0, 1) !important;
|
124 |
background-image: linear-gradient(#ff9e0c, #ffd31e) !important;
|
125 |
border-radius: 24px !important;
|
126 |
border: solid 1px !important;
|