andreska commited on
Commit
9428c8a
·
verified ·
1 Parent(s): d218ef0

Removed trying to remove text from input box

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ st.markdown(
36
 
37
  def handle_submit():
38
  user_input = st.session_state.user_input
39
- st.session_state.user_input = ""
40
  if user_input:
41
  if st.session_state.include_context:
42
  messages = [
 
36
 
37
  def handle_submit():
38
  user_input = st.session_state.user_input
39
+
40
  if user_input:
41
  if st.session_state.include_context:
42
  messages = [