MatteoScript commited on
Commit
e24f6eb
·
verified ·
1 Parent(s): b162398

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -138,4 +138,5 @@ if prompt := st.chat_input("Chatta con BonsiAI..."):
138
  show_source(links)
139
 
140
  st.session_state.history.append([prompt, full_response])
141
- st.session_state.messages.append({"role": "assistant", "content": full_response})
 
 
138
  show_source(links)
139
 
140
  st.session_state.history.append([prompt, full_response])
141
+ st.session_state.messages.append({"role": "assistant", "content": full_response})
142
+ st.success('Generazione Completata', icon="✅")