Skip to content

Commit

Permalink
add headless flag
Browse files Browse the repository at this point in the history
  • Loading branch information
david-hummingbot authored Jul 23, 2024
1 parent de2ac2f commit 2814b08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ detect_conda_bin := $(shell bash -c 'if [ "${CONDA_EXE} " == " " ]; then \
CONDA_BIN := $(detect_conda_bin)

run:
streamlit run main.py
streamlit run main.py --server.headless true

uninstall:
conda env remove -n dashboard
Expand Down

0 comments on commit 2814b08

Please sign in to comment.