ppsingh commited on
Commit
9d77e8d
1 Parent(s): 16ff9c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -6,6 +6,7 @@ import time
6
  import re
7
  import json
8
  from auditqa.sample_questions import QUESTIONS
 
9
  from auditqa.reports import POSSIBLE_REPORTS, files
10
  from auditqa.doc_process import process_pdf
11
  from langchain_core.messages import (
 
6
  import re
7
  import json
8
  from auditqa.sample_questions import QUESTIONS
9
+ from auditqa.engine.prompts import audience_prompts
10
  from auditqa.reports import POSSIBLE_REPORTS, files
11
  from auditqa.doc_process import process_pdf
12
  from langchain_core.messages import (