Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -21,5 +21,5 @@ if st.button("Invia"):
|
|
21 |
st.text_area("Chatbot:", response[0]["generated_text"], height=200)
|
22 |
if chatbot is None:
|
23 |
print("Errore nel caricamento del modello.")
|
24 |
-
else
|
25 |
response = chatbot("Ciao, come stai?") print(response)
|
|
|
21 |
st.text_area("Chatbot:", response[0]["generated_text"], height=200)
|
22 |
if chatbot is None:
|
23 |
print("Errore nel caricamento del modello.")
|
24 |
+
else
|
25 |
response = chatbot("Ciao, come stai?") print(response)
|