Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -44,7 +44,16 @@ theme = gr.themes.Base(
|
|
44 |
font=[gr.themes.GoogleFont("Poppins"), "ui-sans-serif", "system-ui", "sans-serif"],
|
45 |
)
|
46 |
|
47 |
-
init_prompt = ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
48 |
|
49 |
|
50 |
# Setting Tabs
|
|
|
44 |
font=[gr.themes.GoogleFont("Poppins"), "ui-sans-serif", "system-ui", "sans-serif"],
|
45 |
)
|
46 |
|
47 |
+
init_prompt = """
|
48 |
+
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**.
|
49 |
+
❓ How to use
|
50 |
+
- **Language**: You can ask me your questions in any language.
|
51 |
+
- **Audience**: You can specify your audience (children, general public, experts) to get a more adapted answer.
|
52 |
+
- **Sources**: You can choose to search in the Annual or District or Department focused reports, or all.
|
53 |
+
⚠️ Limitations
|
54 |
+
*Please note that the AI is not perfect and may sometimes give irrelevant answers. If you are not satisfied with the answer, please ask a more specific question or report your feedback to help us improve the system.*
|
55 |
+
What do you want to learn ?
|
56 |
+
"""
|
57 |
|
58 |
|
59 |
# Setting Tabs
|