mirror of
https://github.com/aljazceru/hummingbot-dashboard.git
synced 2026-02-18 19:45:44 +01:00
(feat) remove simulate from routes
This commit is contained in:
1
main.py
1
main.py
@@ -19,7 +19,6 @@ def main_page():
|
||||
Page("pages/backtest_create/create.py", "Create", "⚔️"),
|
||||
Page("pages/backtest_optimize/optimize.py", "Optimize", "🧪"),
|
||||
Page("pages/backtest_analyze/analyze.py", "Analyze", "🔬"),
|
||||
# Page("pages/backtest_manager/simulate.py", "Simulate", "📈"),
|
||||
Page("pages/launch_bot/app.py", "Deploy", "🙌"),
|
||||
Section("Community Pages", "👨👩👧👦"),
|
||||
Page("pages/strategy_performance/app.py", "Strategy Performance", "🚀"),
|
||||
|
||||
Reference in New Issue
Block a user