@@ -21,7 +21,7 @@ def main():
use_backend = st.sidebar.checkbox("使用后端服务 (FastAPI)", value=True)
backend_url = st.sidebar.text_input(
"后端地址",
- value="http://192.168.245.14:5344",
+ value="http://192.168.245.147:5344",
help="FastAPI 服务的基础地址",
)