Spaces:
Running
Running
Nifemi Alpine Durin
commited on
Commit
·
e46071a
1
Parent(s):
3a649e5
fix
Browse files
app.py
CHANGED
|
@@ -215,13 +215,13 @@ function js() {{
|
|
| 215 |
# Custom CSS for dark background
|
| 216 |
css = """
|
| 217 |
body {
|
| 218 |
-
background-color: #
|
| 219 |
}
|
| 220 |
.dark {
|
| 221 |
-
background-color: #
|
| 222 |
}
|
| 223 |
.gradio-container {
|
| 224 |
-
background-color: #
|
| 225 |
}
|
| 226 |
"""
|
| 227 |
|
|
|
|
| 215 |
# Custom CSS for dark background
|
| 216 |
css = """
|
| 217 |
body {
|
| 218 |
+
background-color: #080e1a !important;
|
| 219 |
}
|
| 220 |
.dark {
|
| 221 |
+
background-color: #080e1a !important;
|
| 222 |
}
|
| 223 |
.gradio-container {
|
| 224 |
+
background-color: #080e1a !important;
|
| 225 |
}
|
| 226 |
"""
|
| 227 |
|