thisisdev commited on
Commit
bb7ce57
·
verified ·
1 Parent(s): c1b5924

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,7 +47,7 @@ def load_answer(question):
47
  # User message
48
  def get_text():
49
  input_text = st.text_input("You: ", key = input)
50
- return input_text
51
 
52
 
53
  # Implementation
 
47
  # User message
48
  def get_text():
49
  input_text = st.text_input("You: ", key = input)
50
+ return str(input_text)
51
 
52
 
53
  # Implementation