Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -132,7 +132,7 @@ with st.sidebar:
|
|
| 132 |
|
| 133 |
st.title("The School of AI 💬")
|
| 134 |
|
| 135 |
-
question = st.text_input("Please enter
|
| 136 |
|
| 137 |
if question:
|
| 138 |
response = "Your text is " + question
|
|
|
|
| 132 |
|
| 133 |
st.title("The School of AI 💬")
|
| 134 |
|
| 135 |
+
question = st.text_input("Please enter text and press Enter key: ")
|
| 136 |
|
| 137 |
if question:
|
| 138 |
response = "Your text is " + question
|