Spaces:
Running
on
T4
Running
on
T4
Update app.py
Browse files
app.py
CHANGED
|
@@ -240,7 +240,7 @@ with gr.Blocks(title="Audit Q&A", css= "style.css", theme=theme,elem_id = "main-
|
|
| 240 |
interactive=True,
|
| 241 |
)
|
| 242 |
|
| 243 |
-
output_query = gr.Textbox(label="Query used for retrieval",show_label = True,elem_id = "reformulated-query",lines = 2,interactive = False)
|
| 244 |
#output_language = gr.Textbox(label="Language",show_label = True,elem_id = "language",lines = 1,interactive = False)
|
| 245 |
|
| 246 |
|
|
@@ -305,6 +305,7 @@ with gr.Blocks(title="Audit Q&A", css= "style.css", theme=theme,elem_id = "main-
|
|
| 305 |
of these audit reports but also to ensure that their insights are effectively \
|
| 306 |
translated into actionable outcomes, thereby reinforcing public transparency \
|
| 307 |
and service delivery in Uganda.
|
|
|
|
| 308 |
To address these issues, the OAG has initiated several projects, \
|
| 309 |
such as the Audit Recommendation Tracking (ART) System and the Citizens Feedback Platform (CFP). \
|
| 310 |
These systems are designed to increase the transparency and relevance of audit activities. \
|
|
@@ -313,6 +314,7 @@ with gr.Blocks(title="Audit Q&A", css= "style.css", theme=theme,elem_id = "main-
|
|
| 313 |
enhancement in how audit reports are processed and understood, \
|
| 314 |
the **Civil Society and Budget Advocacy Group (CSBAG)** in partnership with the **GIZ**, \
|
| 315 |
has recognizing the need for further enhancement in how audit reports are processed and understood.
|
|
|
|
| 316 |
This prototype tool leveraging AI (Artificial Intelligence) aims at offering critical capabilities such as '
|
| 317 |
summarizing complex texts, extracting thematic insights, and enabling interactive, \
|
| 318 |
user-friendly analysis through a chatbot interface. By making the audit reports more accessible,\
|
|
|
|
| 240 |
interactive=True,
|
| 241 |
)
|
| 242 |
|
| 243 |
+
#output_query = gr.Textbox(label="Query used for retrieval",show_label = True,elem_id = "reformulated-query",lines = 2,interactive = False)
|
| 244 |
#output_language = gr.Textbox(label="Language",show_label = True,elem_id = "language",lines = 1,interactive = False)
|
| 245 |
|
| 246 |
|
|
|
|
| 305 |
of these audit reports but also to ensure that their insights are effectively \
|
| 306 |
translated into actionable outcomes, thereby reinforcing public transparency \
|
| 307 |
and service delivery in Uganda.
|
| 308 |
+
|
| 309 |
To address these issues, the OAG has initiated several projects, \
|
| 310 |
such as the Audit Recommendation Tracking (ART) System and the Citizens Feedback Platform (CFP). \
|
| 311 |
These systems are designed to increase the transparency and relevance of audit activities. \
|
|
|
|
| 314 |
enhancement in how audit reports are processed and understood, \
|
| 315 |
the **Civil Society and Budget Advocacy Group (CSBAG)** in partnership with the **GIZ**, \
|
| 316 |
has recognizing the need for further enhancement in how audit reports are processed and understood.
|
| 317 |
+
|
| 318 |
This prototype tool leveraging AI (Artificial Intelligence) aims at offering critical capabilities such as '
|
| 319 |
summarizing complex texts, extracting thematic insights, and enabling interactive, \
|
| 320 |
user-friendly analysis through a chatbot interface. By making the audit reports more accessible,\
|