Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -97,10 +97,10 @@ with gr.Blocks(css=css) as myface:
|
|
97 |
background-image: linear-gradient(#76635a, #d2a489) !important;
|
98 |
border-radius: 24px !important;
|
99 |
border: solid 1px !important;
|
100 |
-
border-top-color: #
|
101 |
border-right-color: #000000 !important;
|
102 |
border-bottom-color: #000000 !important;
|
103 |
-
border-left-color: #
|
104 |
padding: 6px 30px;
|
105 |
}
|
106 |
|
|
|
97 |
background-image: linear-gradient(#76635a, #d2a489) !important;
|
98 |
border-radius: 24px !important;
|
99 |
border: solid 1px !important;
|
100 |
+
border-top-color: #ffc99f !important;
|
101 |
border-right-color: #000000 !important;
|
102 |
border-bottom-color: #000000 !important;
|
103 |
+
border-left-color: #ffc99f !important;
|
104 |
padding: 6px 30px;
|
105 |
}
|
106 |
|