Spaces:
Paused
Paused
Davide Fiocco commited on
Commit ·
4c4ed41
1
Parent(s): 82cdd19
Add app
Browse files
app.py
CHANGED
|
@@ -28,7 +28,7 @@ with st.spinner(text="Sto preparando il necessario per rispondere alle tue doman
|
|
| 28 |
|
| 29 |
engine = load_engine()
|
| 30 |
|
| 31 |
-
with open("
|
| 32 |
context = json.load(f)
|
| 33 |
|
| 34 |
st.title("La macchina che risponde alle tue domande personali")
|
|
|
|
| 28 |
|
| 29 |
engine = load_engine()
|
| 30 |
|
| 31 |
+
with open("context.json") as f:
|
| 32 |
context = json.load(f)
|
| 33 |
|
| 34 |
st.title("La macchina che risponde alle tue domande personali")
|