ppsingh commited on
Commit
3248077
1 Parent(s): fecf3a9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import time
6
  import re
7
  import json
8
  from auditqa.sample_questions import QUESTIONS
9
- from auditqa.constants import POSSIBLE_REPORTS
10
 
11
  # Set up Gradio Theme
12
  theme = gr.themes.Base(
 
6
  import re
7
  import json
8
  from auditqa.sample_questions import QUESTIONS
9
+ from auditqa.reports import POSSIBLE_REPORTS
10
 
11
  # Set up Gradio Theme
12
  theme = gr.themes.Base(