Spaces:
Running
on
T4
Running
on
T4
Update app.py
Browse files
app.py
CHANGED
@@ -422,7 +422,7 @@ with gr.Blocks(title="Audit Q&A", css= "style.css", theme=theme,elem_id = "main-
|
|
422 |
gr.update(visible=False), # filters_section
|
423 |
gr.update(value=None), # dropdown_sources
|
424 |
gr.update(value=None), # dropdown_category
|
425 |
-
gr.update(value=None), # dropdown_year
|
426 |
gr.update() # dropdown_reports
|
427 |
)
|
428 |
else: # "Search by Filters"
|
@@ -432,7 +432,7 @@ with gr.Blocks(title="Audit Q&A", css= "style.css", theme=theme,elem_id = "main-
|
|
432 |
gr.update(visible=True), # filters_section
|
433 |
gr.update(), # dropdown_sources
|
434 |
gr.update(), # dropdown_category
|
435 |
-
gr.update(), # dropdown_year
|
436 |
gr.update(value=[]) # dropdown_reports
|
437 |
)
|
438 |
|
|
|
422 |
gr.update(visible=False), # filters_section
|
423 |
gr.update(value=None), # dropdown_sources
|
424 |
gr.update(value=None), # dropdown_category
|
425 |
+
#gr.update(value=None), # dropdown_year
|
426 |
gr.update() # dropdown_reports
|
427 |
)
|
428 |
else: # "Search by Filters"
|
|
|
432 |
gr.update(visible=True), # filters_section
|
433 |
gr.update(), # dropdown_sources
|
434 |
gr.update(), # dropdown_category
|
435 |
+
#gr.update(), # dropdown_year
|
436 |
gr.update(value=[]) # dropdown_reports
|
437 |
)
|
438 |
|