hummingbot / dashboard

Application that helps you create, backtest, deploy, and manage Hummingbot instances
Apache License 2.0
162 stars 98 forks source link

Update run command in Makefile #120

Open anthonymikha opened 3 months ago

anthonymikha commented 3 months ago

This update adds the "--server.headless" option of streamlit. This solves the Localhost connected. Waiting for response. The issue was that streamlit would try to open a browser window for you, but since it is running in wsl it got stuck there.