Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1399,7 +1399,7 @@ def actualizar_graficos(ciudad):
|
|
1399 |
]
|
1400 |
|
1401 |
with gr.Blocks(theme='NoCrypt/miku', css="""
|
1402 |
-
.gradio-container {background-color: #
|
1403 |
.plot-container {margin: 20px 0}
|
1404 |
.column-container {gap: 15px}
|
1405 |
""") as app:
|
|
|
1399 |
]
|
1400 |
|
1401 |
with gr.Blocks(theme='NoCrypt/miku', css="""
|
1402 |
+
.gradio-container {background-color: #000000}
|
1403 |
.plot-container {margin: 20px 0}
|
1404 |
.column-container {gap: 15px}
|
1405 |
""") as app:
|