From c801921c73710b95c1c6ff2308edfdc3530f8dfb Mon Sep 17 00:00:00 2001 From: st2411020231 Date: Fri, 9 Jan 2026 09:25:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0README=EF=BC=9A=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E5=BD=93=E5=89=8D=E8=BF=90=E8=A1=8C=E8=AE=BF=E9=97=AE?= =?UTF-8?q?=E5=9C=B0=E5=9D=80=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 添加当前运行地址:本地、网络、外部访问 - 补充启动命令和端口说明 - 提升文档实用性,方便用户快速访问 --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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