Skip to content

Commit 1d25665

Browse files
committed
Changed app.py to dash_app.py
1 parent 2e03a9f commit 1d25665

File tree

1 file changed

+2
-2
lines changed
  • habitat/hooks

1 file changed

+2
-2
lines changed

habitat/hooks/run

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ if [ "$(whoami)" = "root" ]; then
88
exec chpst \
99
-U root:hab \
1010
-u root:hab \
11-
streamlit run "{{pkg.path}}/app.py" 2>&1
11+
streamlit run "{{pkg.path}}/dash_app.py" 2>&1
1212
else
13-
exec streamlit run "{{pkg.path}}/app.py" 2>&1
13+
exec streamlit run "{{pkg.path}}/dash_app.py" 2>&1
1414
fi

0 commit comments

Comments
 (0)