mtyrrell commited on
Commit
1dd6c51
·
1 Parent(s): 72cb6c4

update to guidance

Browse files
Files changed (1) hide show
  1. app.py +5 -5
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**: Clearly state your question and include details such as report type, year, or specific sections if applicable.
447
- - **Provide Adequate Context**: Mention the report category or even specific subsections that could help the model better understand your question.
448
- - **Avoid Ambiguity**: Use direct, focused language; for example, instead of asking "What are the findings?" try "What are the key findings regarding revenue compliance in the Kampala Region?" Note - it helps to combine this approach with filters (see below).
449
 
450
  ### Best Practices
451
 
452
  - Start with a simple, focused question.
453
- - Follow up with additional context if your initial query is too broad.
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