Jessica Walkenhorst commited on
Commit
f04fb69
1 Parent(s): fbc21be

Fix make ui (#7)

Browse files
Files changed (1) hide show
  1. Makefile +1 -1
Makefile CHANGED
@@ -1,5 +1,5 @@
1
  ui:
2
- poetry run streamlit run ui.py
3
 
4
  isort:
5
  ./bin/run-isort.sh
 
1
  ui:
2
+ poetry run streamlit run app.py
3
 
4
  isort:
5
  ./bin/run-isort.sh