Spaces:
Runtime error
Runtime error
Commit
·
405e4bc
1
Parent(s):
c76cb0e
Update app.py
Browse files
app.py
CHANGED
|
@@ -27,6 +27,6 @@ user_query = st.text_input("Enter your query here:")
|
|
| 27 |
with st.spinner("AI Thinking...Please wait a while to Cheers!"):
|
| 28 |
if user_query !="" and not user_query.strip().isspace() and not user_query == "" and not user_query.strip() == "" and not user_query.isspace():
|
| 29 |
response = call_chatbot_api(user_query)
|
| 30 |
-
st.write("AI Response:")
|
| 31 |
st.write(response)
|
| 32 |
print(response) # 打印Chatbot的响应
|
|
|
|
| 27 |
with st.spinner("AI Thinking...Please wait a while to Cheers!"):
|
| 28 |
if user_query !="" and not user_query.strip().isspace() and not user_query == "" and not user_query.strip() == "" and not user_query.isspace():
|
| 29 |
response = call_chatbot_api(user_query)
|
| 30 |
+
st.write("USino AI Response:")
|
| 31 |
st.write(response)
|
| 32 |
print(response) # 打印Chatbot的响应
|