ppsingh commited on
Commit
5dc4a2d
1 Parent(s): 28cc76e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -7
app.py CHANGED
@@ -162,13 +162,13 @@ theme = gr.themes.Base(
162
  text_size = gr.themes.utils.sizes.text_sm,
163
  )
164
 
165
- init_prompt = """
166
- Hello, I am Audit Q&A, a conversational assistant designed to help you understand audit Reports. I will answer your questions by **crawling through the Audit reports publishsed by Auditor General Office**.
167
- How to use
168
- - **Examples**(tab on right): If this is first time for you using this app, then we have curated some example questions.Select a particular question from category fo questions.
169
- - **Reports**(tab on right): You can choose to search or address your question to either specific report or a collection of reportlike Consolidated Annual Report,District or Department focused reports. If you dont select then the Consolidated report is relied upon to answer your question.
170
- - **Sources**(tab on right): This tab will display the relied upon paragraphs from the report, to help you in assessing or fact checking if the answer provided by Audit Q&A assitant is correct or not.
171
-
172
  ⚠️ For limitations of the tool please check **Disclaimer** tab.
173
  """
174
 
 
162
  text_size = gr.themes.utils.sizes.text_sm,
163
  )
164
 
165
+ init_prompt = """
166
+ Hello, I am Audit Q&A, a conversational assistant designed to help you understand audit Reports. I will answer your questions by using **Audit reports publishsed by Auditor General Office**.
167
+ 💡 How to use (tabs on right)
168
+ - **Reports**: You can choose to address your question to either specific report or a collection of report like District or Ministry focused reports. \
169
+ If you dont select any then the Consolidated report is relied upon to answer your question.
170
+ - **Examples**: We have curated some example questions,select a particular question from category of questions.
171
+ - **Sources**: This tab will display the relied upon paragraphs from the report, to help you in assessing or fact checking if the answer provided by Audit Q&A assitant is correct or not.
172
  ⚠️ For limitations of the tool please check **Disclaimer** tab.
173
  """
174