C2MV commited on
Commit
0e6ccec
·
verified ·
1 Parent(s): 04f9734

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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: #f8f9fa}
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: