Spaces:
Runtime error
Runtime error
Create auditqa/sample_questions.py
Browse files- auditqa/sample_questions.py +11 -0
auditqa/sample_questions.py
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
QUESTIONS = {
|
3 |
+
"Popular Questions": [
|
4 |
+
"What is Audit General Office?",
|
5 |
+
"How does Audit helps the governance?",
|
6 |
+
],
|
7 |
+
"Bdget Expenditure":[
|
8 |
+
"What are key focus area of this report?",
|
9 |
+
"What Expenditure discrepancy are noticed in report?"
|
10 |
+
]
|
11 |
+
}
|