更新readme文档
This commit is contained in:
4
start_web.sh
Executable file
4
start_web.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
echo "Starting IOV Data Analysis Agent Web Interface..."
|
||||
echo "Please open http://localhost:8000 in your browser."
|
||||
python3 -m uvicorn web.main:app --reload --host 0.0.0.0 --port 8000
|
||||
Reference in New Issue
Block a user