File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -49,8 +49,8 @@ streamlit run src/app.py
49
49
50
50
### Application files
51
51
52
- - ` penn_chime /app.py` : Main source for the application
53
- - ` penn_chime /test_app.py` : [ pytest] ( https://docs.pytest.org/en/latest/ ) tests for ` app.py `
52
+ - ` src /app.py` : Main source for the application
53
+ - ` src /test_app.py` : [ pytest] ( https://docs.pytest.org/en/latest/ ) tests for ` app.py `
54
54
- ` script/ ` : Developer workflow scripts following [ GitHub's Scripts To Rule Them All] ( https://github.com/github/scripts-to-rule-them-all ) pattern.
55
55
- ` .streamlit/ ` : [ Streamlit config options] ( https://docs.streamlit.io/cli.html )
56
56
- ` .env ` : Local environment variables to use when running application, this file is copied from ` .env.example ` to start you out and then ignored by git
You can’t perform that action at this time.
0 commit comments