ppsingh commited on
Commit
ab7c7b8
1 Parent(s): 1f81843

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -154,7 +154,7 @@ init_prompt = """
154
  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**.
155
  ❓ How to use
156
  - **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.
157
- - **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 \
158
  then the Consolidated report is relied upon to answer your question.
159
  - **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.
160
  ⚠️ Limitations
@@ -218,7 +218,7 @@ with gr.Blocks(title="Audit Q&A", css="style.css", theme=theme,elem_id = "main-c
218
 
219
  samples.append(group_examples)
220
 
221
- with gr.Tab("Configuration",elem_id = "tab-config",id = 2):
222
 
223
  gr.Markdown("Reminder: To get better results select the specific report/reports")
224
 
 
154
  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**.
155
  ❓ How to use
156
  - **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.
157
+ - **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 \
158
  then the Consolidated report is relied upon to answer your question.
159
  - **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.
160
  ⚠️ Limitations
 
218
 
219
  samples.append(group_examples)
220
 
221
+ with gr.Tab("Reports",elem_id = "tab-config",id = 2):
222
 
223
  gr.Markdown("Reminder: To get better results select the specific report/reports")
224