Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -111,7 +111,7 @@ 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: solid
|
115 |
border-top-color: #ffffff !important;
|
116 |
border-right-color: #000000 !important;
|
117 |
border-bottom-color: #000000 !important;
|
|
|
111 |
color: white !important;
|
112 |
background-image: linear-gradient(#6d43e4, #8150df) !important;
|
113 |
border-radius: 24px !important;
|
114 |
+
border: solid 1px !important;
|
115 |
border-top-color: #ffffff !important;
|
116 |
border-right-color: #000000 !important;
|
117 |
border-bottom-color: #000000 !important;
|