ppsingh commited on
Commit
e5c716d
·
verified ·
1 Parent(s): 5a9a7f9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -350,7 +350,7 @@ with gr.Blocks(title="Audit Q&A", css= "style.css", theme=theme,elem_id = "main-
350
 
351
  #----- First level filter for selecting Report source/category ----------
352
  dropdown_sources = gr.Dropdown(
353
- ["Consolidated","Ministry, Department, Agency","Projects","Hospital","Local Government","Value for Money","Thematic"],
354
  label="Select Report Category",
355
  value="Consolidated",
356
  interactive=True,
 
350
 
351
  #----- First level filter for selecting Report source/category ----------
352
  dropdown_sources = gr.Dropdown(
353
+ ["Consolidated","Ministry, Department and Agency","Project","Hospital","Local Government","Value for Money","Thematic"],
354
  label="Select Report Category",
355
  value="Consolidated",
356
  interactive=True,