pkiage commited on
Commit
79d8ed7
1 Parent(s): cadafda

docs: update run docs to new file structure

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -56,9 +56,9 @@ python setup.py build
56
  python setup.py install
57
  ```
58
 
59
- ### Run the streamlit app (app.py) by running the following in terminal:
60
 
61
- streamlit run app.py
62
 
63
  ## Deployed setup details
64
  For faster model building and testing (particularly XGBoost) a local setup or on a more powerful server than free heroku dyno type is recommended. ([tutorials on servers for data science & ML](https://course.fast.ai))
 
56
  python setup.py install
57
  ```
58
 
59
+ ### Run the streamlit app (app.py) by running the following in terminal (from repository root folder):
60
 
61
+ streamlit run src/app.py
62
 
63
  ## Deployed setup details
64
  For faster model building and testing (particularly XGBoost) a local setup or on a more powerful server than free heroku dyno type is recommended. ([tutorials on servers for data science & ML](https://course.fast.ai))