Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -17,6 +17,8 @@ def query(payload):
|
|
| 17 |
# Input textbox
|
| 18 |
user_input = st.text_input("You:", "")
|
| 19 |
|
|
|
|
|
|
|
| 20 |
# Submit button
|
| 21 |
if st.button("Send"):
|
| 22 |
if user_input.strip() != "":
|
|
|
|
| 17 |
# Input textbox
|
| 18 |
user_input = st.text_input("You:", "")
|
| 19 |
|
| 20 |
+
|
| 21 |
+
'''
|
| 22 |
# Submit button
|
| 23 |
if st.button("Send"):
|
| 24 |
if user_input.strip() != "":
|