Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -322,7 +322,7 @@ def dashboard(f_inicio, f_fin, zona, tipos,
|
|
322 |
|
323 |
# Interfaz Gradio
|
324 |
with gr.Blocks() as demo:
|
325 |
-
gr.Markdown("## Dashboard Bancamía – Análisis
|
326 |
with gr.Row():
|
327 |
with gr.Column(scale=1):
|
328 |
f_inicio = gr.Textbox(label="Fecha inicio (YYYY-MM-DD)", value="2025-01-01")
|
|
|
322 |
|
323 |
# Interfaz Gradio
|
324 |
with gr.Blocks() as demo:
|
325 |
+
gr.Markdown("## Dashboard Bancamía – Análisis Exploratorio")
|
326 |
with gr.Row():
|
327 |
with gr.Column(scale=1):
|
328 |
f_inicio = gr.Textbox(label="Fecha inicio (YYYY-MM-DD)", value="2025-01-01")
|