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(#254150, #
|
54 |
color: #ffaa66 !important;
|
55 |
font-family: 'IBM Plex Sans', sans-serif !important;
|
56 |
}
|
@@ -58,7 +58,7 @@ with gr.Blocks(css=css) as myface:
|
|
58 |
color: #ffc99f !important;
|
59 |
}
|
60 |
.gr-box {
|
61 |
-
background-image: linear-gradient(#182634, #
|
62 |
border-top-color: #000000 !important;
|
63 |
border-right-color: #ffffff !important;
|
64 |
border-bottom-color: #ffffff !important;
|
|
|
50 |
color: #ffffff; !important;
|
51 |
}
|
52 |
.gradio-container {
|
53 |
+
background-image: linear-gradient(#254150, #1e2f40, #182634) !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(#182634, #1e2f40, #254150) !important;
|
62 |
border-top-color: #000000 !important;
|
63 |
border-right-color: #ffffff !important;
|
64 |
border-bottom-color: #ffffff !important;
|