Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
# app.py
|
| 2 |
import gradio as gr
|
| 3 |
-
from
|
| 4 |
from chain_reports import generate_short_report_for_session
|
| 5 |
from chain_problems import analyze_problems_with_chain
|
| 6 |
from chain_recommendations import generate_recommendations
|
|
|
|
| 1 |
# app.py
|
| 2 |
import gradio as gr
|
| 3 |
+
from questions import questions
|
| 4 |
from chain_reports import generate_short_report_for_session
|
| 5 |
from chain_problems import analyze_problems_with_chain
|
| 6 |
from chain_recommendations import generate_recommendations
|