优化入口逻辑

This commit is contained in:
puke
2025-10-28 11:31:13 +08:00
committed by puke
parent 535ebee645
commit 18b4152f39
6 changed files with 35 additions and 61 deletions

View File

@@ -15,5 +15,5 @@ if [ ! -f config.yaml ]; then
fi
# Start Streamlit
uv run streamlit run web.py
uv run streamlit run web/app.py