Spaces:
Running
Running
update to guidance
Browse files
app.py
CHANGED
@@ -439,18 +439,18 @@ with gr.Blocks(title="Audit Q&A", css= "style.css", theme=theme,elem_id = "main-
|
|
439 |
with gr.Tab("Guidelines", elem_classes="max-height other-tabs"):
|
440 |
gr.Markdown("""
|
441 |
|
442 |
-
Welcome to Audit Q&A, your AI-powered assistant for exploring and understanding Uganda's audit reports. This tool leverages advanced language models to help you get clear and structured answers based on audit publications.
|
443 |
|
444 |
### Crafting Effective Prompts
|
445 |
|
446 |
-
- **Be Clear and Specific**:
|
447 |
-
- **
|
448 |
-
- **
|
449 |
|
450 |
### Best Practices
|
451 |
|
452 |
- Start with a simple, focused question.
|
453 |
-
- Follow up with additional
|
454 |
- Experiment with different phrasings to get the most accurate answers.
|
455 |
- Use the source citations as a reference to validate the provided information.
|
456 |
|
|
|
439 |
with gr.Tab("Guidelines", elem_classes="max-height other-tabs"):
|
440 |
gr.Markdown("""
|
441 |
|
442 |
+
Welcome to Audit Q&A, your AI-powered assistant for exploring and understanding Uganda's audit reports. This tool leverages advanced language models to help you get clear and structured answers based on audit publications. To get you started, here a few tips on how to use the tool:
|
443 |
|
444 |
### Crafting Effective Prompts
|
445 |
|
446 |
+
- **Be Clear and Specific**: Frame your questions clearly and focus on what you want to learn.
|
447 |
+
- **One Topic at a Time**: Break complex queries into simpler, focused questions.
|
448 |
+
- **Be Direct**: Instead of "What are the findings?", try "What were the main issues identified in procurement practices?" or "What challenges were found in revenue collection?"
|
449 |
|
450 |
### Best Practices
|
451 |
|
452 |
- Start with a simple, focused question.
|
453 |
+
- Follow up with additional questions if your initial query doesn't yield the desired results.
|
454 |
- Experiment with different phrasings to get the most accurate answers.
|
455 |
- Use the source citations as a reference to validate the provided information.
|
456 |
|