anderson999 commited on
Commit
c96a54c
1 Parent(s): f21f041

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ def load_answer(question):
46
 
47
 
48
  def get_text():
49
- input_text = st.text_area("You: ", key= input)
50
  return input_text
51
 
52
 
 
46
 
47
 
48
  def get_text():
49
+ input_text = st.text_area("Situation: ", "")
50
  return input_text
51
 
52