Spaces:
Runtime error
Runtime error
Commit
·
dd513e5
1
Parent(s):
d20fb15
Update app.py
Browse files
app.py
CHANGED
@@ -61,3 +61,4 @@ if prompt := st.chat_input():
|
|
61 |
st.session_state.messages.append({'role': 'assistant', 'content': msg})
|
62 |
st.chat_message('assistant').write(msg)
|
63 |
|
|
|
|
61 |
st.session_state.messages.append({'role': 'assistant', 'content': msg})
|
62 |
st.chat_message('assistant').write(msg)
|
63 |
|
64 |
+
|