更新readme文档
This commit is contained in:
5
start_web.bat
Normal file
5
start_web.bat
Normal file
@@ -0,0 +1,5 @@
|
||||
@echo off
|
||||
echo Starting IOV Data Analysis Agent Web Interface...
|
||||
echo Please open http://localhost:8000 in your browser.
|
||||
python -m uvicorn web.main:app --reload --host 0.0.0.0 --port 8000
|
||||
pause
|
||||
Reference in New Issue
Block a user