awacke1 commited on
Commit
a04f97f
·
verified ·
1 Parent(s): 7b5ad9d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ def main():
38
  st.session_state.chat_history.append({"user": user_input, "claude": response.content[0].text})
39
 
40
  # Clear user input
41
- st.session_state.user_input = ""
42
 
43
  # Display chat history
44
  for chat in st.session_state.chat_history:
 
38
  st.session_state.chat_history.append({"user": user_input, "claude": response.content[0].text})
39
 
40
  # Clear user input
41
+ #st.session_state.user_input = ""
42
 
43
  # Display chat history
44
  for chat in st.session_state.chat_history: