diff --git a/src/web_dashboard.py b/src/web_dashboard.py index 7091fd3..6516272 100644 --- a/src/web_dashboard.py +++ b/src/web_dashboard.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -"""Trading Bot Dashboard v0.5.1 (RSI + Bollinger Bands HYBRID) - Auto-load 1-Day chart on page load""" +"""Trading Bot Dashboard v0.6 (RSI + Bollinger Bands HYBRID) - Auto-load 1-Day chart on page load""" import sqlite3 from fastapi import FastAPI from fastapi.responses import HTMLResponse @@ -110,7 +110,7 @@ async def dashboard():
-