Update app.py
Browse files
app.py
CHANGED
@@ -380,9 +380,11 @@ with gr.Blocks(css=css) as demo:
|
|
380 |
#)
|
381 |
clear_button.click(
|
382 |
fn=lambda: (None, None, None, gr.update(visible=False),
|
383 |
-
gr.update(choices=[], value=[]), gr.update(value=[]),
|
|
|
384 |
outputs=[df_state, check_state, kpi_query, output_area,
|
385 |
-
kpi_checkbox,
|
|
|
386 |
show_progress='hidden'
|
387 |
)
|
388 |
|
|
|
380 |
#)
|
381 |
clear_button.click(
|
382 |
fn=lambda: (None, None, None, gr.update(visible=False),
|
383 |
+
gr.update(choices=[], value=[]), gr.update(value=[]),gr.update(value=[]),gr.update(value=[]),
|
384 |
+
gr.update(value=None, visible=False), gr.update(visible=True)),
|
385 |
outputs=[df_state, check_state, kpi_query, output_area,
|
386 |
+
kpi_checkbox, kpi_table1, kpi_table2, kpi_table3,
|
387 |
+
file_download, copyright],
|
388 |
show_progress='hidden'
|
389 |
)
|
390 |
|