Spaces:
Running
Running
Update app.py
Browse files
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="✅")
|