binqiangliu commited on
Commit
facdb79
·
1 Parent(s): 9425745

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = "http://127.0.0.1:8000/get_ai_response/"
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:")