Hugo Garcia-Cotte commited on
Commit
52586cd
1 Parent(s): 8c1fd84

banging my head on Streamlit

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ while True:
33
  if user_input :
34
  st.session_state['messages'].append(str(user_input))
35
  child.sendline(str(user_input))
36
-
37
  time.sleep(5)
38
 
39
 
 
33
  if user_input :
34
  st.session_state['messages'].append(str(user_input))
35
  child.sendline(str(user_input))
36
+ user_input=""
37
  time.sleep(5)
38
 
39