statisticalplumber commited on
Commit
dd513e5
·
1 Parent(s): d20fb15

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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
+