ppsingh commited on
Commit
ae64004
1 Parent(s): eac3e5b

Create auditqa/sample_questions.py

Browse files
Files changed (1) hide show
  1. 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
+ }