thisisdev commited on
Commit
20c0da4
·
verified ·
1 Parent(s): e95c19b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ def load_answer(question):
53
  # User message
54
  def get_text():
55
  input_text = st.text_input("You: ", key = input)
56
- return str(input_text)
57
 
58
 
59
  # Implementation
 
53
  # User message
54
  def get_text():
55
  input_text = st.text_input("You: ", key = input)
56
+ return input_text
57
 
58
 
59
  # Implementation