Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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):
|