edouiu3838 commited on
Commit
dadb5bf
·
verified ·
1 Parent(s): c7a66bc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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: # Esegui una generazione di esempio
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)