Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -111,11 +111,11 @@ with gr.Blocks(css=css) as myface:
|
|
| 111 |
color: white !important;
|
| 112 |
background-image: linear-gradient(#6d43e4, #8150df) !important;
|
| 113 |
border-radius: 24px !important;
|
| 114 |
-
border: 3px;
|
| 115 |
-
border-top-color: #ffffff;
|
| 116 |
-
border-right-color: #000000;
|
| 117 |
-
border-bottom-color: #000000;
|
| 118 |
-
border-left-color: #ffffff;
|
| 119 |
padding: 6px 30px;
|
| 120 |
}
|
| 121 |
</style>""")
|
|
|
|
| 111 |
color: white !important;
|
| 112 |
background-image: linear-gradient(#6d43e4, #8150df) !important;
|
| 113 |
border-radius: 24px !important;
|
| 114 |
+
border: 3px !important;
|
| 115 |
+
border-top-color: #ffffff !important;
|
| 116 |
+
border-right-color: #000000 !important;
|
| 117 |
+
border-bottom-color: #000000 !important;
|
| 118 |
+
border-left-color: #ffffff !important;
|
| 119 |
padding: 6px 30px;
|
| 120 |
}
|
| 121 |
</style>""")
|