Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -50,7 +50,7 @@ with gr.Blocks(css=css) as myface:
|
|
50 |
color: #ffffff; !important;
|
51 |
}
|
52 |
.gradio-container {
|
53 |
-
background-image: linear-gradient(#
|
54 |
color: #ffaa66 !important;
|
55 |
font-family: 'IBM Plex Sans', sans-serif !important;
|
56 |
}
|
@@ -58,15 +58,15 @@ with gr.Blocks(css=css) as myface:
|
|
58 |
color: #ffc99f !important;
|
59 |
}
|
60 |
.gr-box {
|
61 |
-
background-image: linear-gradient(#1e262e, #24323a, #
|
62 |
border-top-color: #000000 !important;
|
63 |
border-right-color: #ffffff !important;
|
64 |
border-bottom-color: #ffffff !important;
|
65 |
border-left-color: #000000 !important;
|
66 |
}
|
67 |
.gr-input {
|
68 |
-
color: #
|
69 |
-
background-color: #
|
70 |
}
|
71 |
:root {
|
72 |
--neutral-100: #000000 !important;
|
|
|
50 |
color: #ffffff; !important;
|
51 |
}
|
52 |
.gradio-container {
|
53 |
+
background-image: linear-gradient(#254150, #24323a, #1e262e) !important;
|
54 |
color: #ffaa66 !important;
|
55 |
font-family: 'IBM Plex Sans', sans-serif !important;
|
56 |
}
|
|
|
58 |
color: #ffc99f !important;
|
59 |
}
|
60 |
.gr-box {
|
61 |
+
background-image: linear-gradient(#1e262e, #24323a, #254150) !important;
|
62 |
border-top-color: #000000 !important;
|
63 |
border-right-color: #ffffff !important;
|
64 |
border-bottom-color: #ffffff !important;
|
65 |
border-left-color: #000000 !important;
|
66 |
}
|
67 |
.gr-input {
|
68 |
+
color: #ffc99f; !important;
|
69 |
+
background-color: #254150 !important;
|
70 |
}
|
71 |
:root {
|
72 |
--neutral-100: #000000 !important;
|