Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -249,7 +249,7 @@ with gr.Blocks(title="Audit Q&A", css= "style.css", theme=theme,elem_id = "main-
|
|
249 |
|
250 |
#----------- update the secodn level filter abse don values from first level ----------------
|
251 |
def rs_change(rs):
|
252 |
-
return gr.update(choices=
|
253 |
dropdown_sources.change(fn=rs_change, inputs=[dropdown_sources], outputs=[dropdown_category])
|
254 |
|
255 |
#--------- Select the years for reports -------------------------------------
|
|
|
249 |
|
250 |
#----------- update the secodn level filter abse don values from first level ----------------
|
251 |
def rs_change(rs):
|
252 |
+
return gr.update(choices=new_files[rs], value=new_files[rs])
|
253 |
dropdown_sources.change(fn=rs_change, inputs=[dropdown_sources], outputs=[dropdown_category])
|
254 |
|
255 |
#--------- Select the years for reports -------------------------------------
|