Ari commited on
Commit
f7a9fb8
·
verified ·
1 Parent(s): 1c810c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -183,8 +183,6 @@ if 'history' not in st.session_state:
183
  if 'user_input' not in st.session_state:
184
  st.session_state['user_input'] = ''
185
 
186
- # Create a text input for the user's question
187
- st.text_input("Enter your question:", key='user_input', on_change=process_input)
188
 
189
  # Display the conversation history
190
  for message in st.session_state.history:
 
183
  if 'user_input' not in st.session_state:
184
  st.session_state['user_input'] = ''
185
 
 
 
186
 
187
  # Display the conversation history
188
  for message in st.session_state.history: