Skip to content

Commit

Permalink
Patch: lingering "widget" references (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
swo authored Jan 13, 2025
1 parent c7bc479 commit 2d966f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ EXPOSE 8501

HEALTHCHECK CMD curl --fail http://localhost:8501/_stcore/health

ENTRYPOINT ["poetry", "run", "streamlit", "run", "ngm/widget.py", "--server.port=8501", "--server.address=0.0.0.0"]
ENTRYPOINT ["poetry", "run", "streamlit", "run", "ngm/app.py", "--server.port=8501", "--server.address=0.0.0.0"]
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This repo contains code for investigating the potential efficacy of vaccination
## Getting started

- Enable [poetry](https://python-poetry.org/) with `poetry install`
- To run the app: `make`, which calls `streamlit run scripts/widget.py`
- To run the app: `make`, which calls `streamlit run scripts/app.py`
- In a browser, visit: `http://localhost:8501/`

### Using containers
Expand Down

0 comments on commit 2d966f0

Please sign in to comment.