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