Spaces:
Runtime error
Runtime error
Ari
commited on
Update app.py
Browse files
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:
|