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