Spaces:
Running
on
T4
Running
on
T4
Update app.py
Browse files
app.py
CHANGED
|
@@ -6,6 +6,7 @@ import time
|
|
| 6 |
import re
|
| 7 |
import json
|
| 8 |
from auditqa.sample_questions import QUESTIONS
|
|
|
|
| 9 |
|
| 10 |
# Set up Gradio Theme
|
| 11 |
theme = gr.themes.Base(
|
|
|
|
| 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(
|