Wazzever commited on
Commit
1eea5dc
·
verified ·
1 Parent(s): 72c3ef4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -390,8 +390,6 @@ if user_input:
390
  # Print the error and continue
391
  st.session_state.messages.append(f"\nAn error occurred: {e}. Please try again.")
392
 
393
- st.session_state.input = ""
394
-
395
  # Display the chat history
396
  for message in st.session_state.messages:
397
  st.write(message)
 
390
  # Print the error and continue
391
  st.session_state.messages.append(f"\nAn error occurred: {e}. Please try again.")
392
 
 
 
393
  # Display the chat history
394
  for message in st.session_state.messages:
395
  st.write(message)