schuler commited on
Commit
2499fe0
·
verified ·
1 Parent(s): f7a2a53

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -118,7 +118,6 @@ def get_response(system_message, chat_history, user_text, max_new_tokens=256):
118
  chat_interface = st.container()
119
  with chat_interface:
120
  output_container = st.container()
121
- st.session_state.user_text = st.chat_input(placeholder="Enter your text here.")
122
 
123
  # Display chat messages
124
  with output_container:
 
118
  chat_interface = st.container()
119
  with chat_interface:
120
  output_container = st.container()
 
121
 
122
  # Display chat messages
123
  with output_container: