Spaces:
Paused
Paused
Davide Fiocco commited on
Commit ·
0f77545
1
Parent(s): 1ac0cc2
Tweak the UI
Browse files
app.py
CHANGED
|
@@ -39,7 +39,7 @@ with open("context.json") as f:
|
|
| 39 |
|
| 40 |
st.title("Le risposte alle tue domande personali")
|
| 41 |
|
| 42 |
-
input = st.text_input("Scrivi una domanda e comparirà la risposta!")
|
| 43 |
|
| 44 |
if input:
|
| 45 |
try:
|
|
|
|
| 39 |
|
| 40 |
st.title("Le risposte alle tue domande personali")
|
| 41 |
|
| 42 |
+
input = st.text_input("Scrivi una domanda in italiano e comparirà la risposta!")
|
| 43 |
|
| 44 |
if input:
|
| 45 |
try:
|