增加更多的历史记录,修正部份API数据获取错误,增加备用API (#5)
* 增加更多的历史记录,修正部份数据获取错误 * 增加更多的历史记录,修正部份API数据获取错误,增加备用API --------- Co-authored-by: bathfire <>
This commit is contained in:
@@ -52,15 +52,15 @@ def main():
|
||||
|
||||
# 启动Streamlit应用
|
||||
print("🌐 正在启动Web界面...")
|
||||
print("📝 访问地址: http://localhost:8501")
|
||||
print("📝 访问地址: http://localhost:8503")
|
||||
print("⏹️ 按 Ctrl+C 停止服务")
|
||||
print("=" * 50)
|
||||
|
||||
try:
|
||||
subprocess.run([
|
||||
sys.executable, "-m", "streamlit", "run", "app.py",
|
||||
"--server.port", "8501",
|
||||
"--server.address", "0.0.0.0"
|
||||
"--server.port", "8503",
|
||||
"--server.address", "127.0.0.1"
|
||||
])
|
||||
except KeyboardInterrupt:
|
||||
print("\n👋 感谢使用AI股票分析系统!")
|
||||
|
||||
Reference in New Issue
Block a user