ppsingh commited on
Commit
fe15861
1 Parent(s): 211bfa3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -293,10 +293,10 @@ with gr.Blocks(title="Audit Q&A", css= "style.css", theme=theme,elem_id = "main-
293
 
294
  #### Select the years for reports
295
  dropdown_year = gr.Dropdown(
296
- [2018,2019,2020,2021,2022],
297
  label="Filter for year",
298
  multiselect=True,
299
- value=[2022],
300
  interactive=True,
301
  )
302
  gr.Markdown("-------------------------------------------------------------------------")
 
293
 
294
  #### Select the years for reports
295
  dropdown_year = gr.Dropdown(
296
+ ['2018','2019','2020','2021','2022'],
297
  label="Filter for year",
298
  multiselect=True,
299
+ value=['2022'],
300
  interactive=True,
301
  )
302
  gr.Markdown("-------------------------------------------------------------------------")