aaronW commited on
Commit
19f9fc7
1 Parent(s): 93fdaa7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -34,11 +34,11 @@ if 'past' not in st.session_state:
34
 
35
 
36
  def get_text():
37
- input_text = st.text_input("You: ", key="input")
38
  return input_text
39
 
40
  if 'key' not in st.session_state:
41
- st.session_state['key'] = st.text_input("key: ", key="input")
42
 
43
  user_input = get_text()
44
 
 
34
 
35
 
36
  def get_text():
37
+ input_text = st.text_input("You: ", key="input0")
38
  return input_text
39
 
40
  if 'key' not in st.session_state:
41
+ st.session_state['key'] = st.text_input("key: ", key="input1")
42
 
43
  user_input = get_text()
44