Spaces:
Build error
Build error
Commit
·
facdb79
1
Parent(s):
9425745
Update app.py
Browse files
app.py
CHANGED
|
@@ -5,7 +5,7 @@ st.set_page_config(page_title="AI Chat Client", layout="wide")
|
|
| 5 |
st.title("AI Chat Client")
|
| 6 |
|
| 7 |
# FastAPI 服务器的 URL
|
| 8 |
-
fastapi_server_url = "
|
| 9 |
|
| 10 |
# 用户输入
|
| 11 |
url = st.text_input("Enter the URL to chat with:")
|
|
|
|
| 5 |
st.title("AI Chat Client")
|
| 6 |
|
| 7 |
# FastAPI 服务器的 URL
|
| 8 |
+
fastapi_server_url = "https://binqiangliu-wechatarticleloaderfastapi.hf.space/get_ai_response"
|
| 9 |
|
| 10 |
# 用户输入
|
| 11 |
url = st.text_input("Enter the URL to chat with:")
|