ppsingh commited on
Commit
c39d2dc
1 Parent(s): a7b80ba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -7,6 +7,7 @@ import re
7
  import json
8
  from auditqa.sample_questions import QUESTIONS
9
  from auditqa.reports import POSSIBLE_REPORTS
 
10
 
11
 
12
  async def chat(query,history,audience,sources,reports):
 
7
  import json
8
  from auditqa.sample_questions import QUESTIONS
9
  from auditqa.reports import POSSIBLE_REPORTS
10
+ from auditqa.engine.prompts import audience_prompts
11
 
12
 
13
  async def chat(query,history,audience,sources,reports):