DrDomedag commited on
Commit
108b7c2
·
1 Parent(s): 3a8a5cf

Initial commit.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ if st.button("Send"):
39
  st.session_state.messages.append({"role": "assistant", "content": assistant_reply})
40
 
41
  # Clear the input box
42
- st.session_state.user_input = ""
43
 
44
  # Instructions for the user
45
  st.sidebar.title("Instructions")
 
39
  st.session_state.messages.append({"role": "assistant", "content": assistant_reply})
40
 
41
  # Clear the input box
42
+ #st.session_state.user_input = ""
43
 
44
  # Instructions for the user
45
  st.sidebar.title("Instructions")