Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|