Spaces:
Running
on
T4
Running
on
T4
Update app.py
Browse files
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
|
| 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,
|