diff --git a/README.md b/README.md index 2e9bc29..6e6f74b 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,22 @@ pip install -r requirements.txt DEEPSEEK_API_KEY=your_deepseek_api_key_here ``` +## 🌐 访问地址 + +### 当前运行地址 +- **本地访问**: http://localhost:8513 +- **网络访问**: http://10.132.123.129:8513 +- **外部访问**: http://223.160.207.75:8513 + +### 启动应用 +```bash +python -m streamlit run app.py --server.headless true --server.port 8513 +``` + +### 端口说明 +- 默认端口:8513(可自定义) +- 如果端口被占用,会自动尝试其他端口(8510-8520) + 4. 运行应用 ```bash streamlit run app.py