Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -2177,7 +2177,7 @@ def crear_app():
|
|
| 2177 |
|
| 2178 |
txt_fecha = gr.Textbox(value="Fecha de consulta: ", interactive=False, show_label=False)
|
| 2179 |
|
| 2180 |
-
ods_prt.change(fn= actualizar_fecha,
|
| 2181 |
|
| 2182 |
# btn_prt.click(procesar_lote, query_in_prt, [ods_prt,meta_prt,indicador_prt], show_progress=True)
|
| 2183 |
|
|
@@ -3132,7 +3132,7 @@ def crear_app():
|
|
| 3132 |
)
|
| 3133 |
txt_fecha_mass = gr.Textbox(value="Fecha de consulta: ", interactive=False, show_label=False)
|
| 3134 |
|
| 3135 |
-
output_ods_mass_mix_pmt.change(fn= actualizar_fecha,
|
| 3136 |
|
| 3137 |
with gr.Tab("MASIVA CON CONTEXTO", visible=False):
|
| 3138 |
# DataFrame vacío con estructura de iniciativas
|
|
|
|
| 2177 |
|
| 2178 |
txt_fecha = gr.Textbox(value="Fecha de consulta: ", interactive=False, show_label=False)
|
| 2179 |
|
| 2180 |
+
ods_prt.change(fn= actualizar_fecha, inputs=[], outputs=txt_fecha)
|
| 2181 |
|
| 2182 |
# btn_prt.click(procesar_lote, query_in_prt, [ods_prt,meta_prt,indicador_prt], show_progress=True)
|
| 2183 |
|
|
|
|
| 3132 |
)
|
| 3133 |
txt_fecha_mass = gr.Textbox(value="Fecha de consulta: ", interactive=False, show_label=False)
|
| 3134 |
|
| 3135 |
+
output_ods_mass_mix_pmt.change(fn= actualizar_fecha, inputs=[], outputs=txt_fecha_mass)
|
| 3136 |
|
| 3137 |
with gr.Tab("MASIVA CON CONTEXTO", visible=False):
|
| 3138 |
# DataFrame vacío con estructura de iniciativas
|