From abfc1c389898f52db16680a02436bc952f78a1b1 Mon Sep 17 00:00:00 2001 From: Tuguldur Gantulga <62280291+tuduun@users.noreply.github.com> Date: Wed, 27 Mar 2024 23:25:22 -0400 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 99a7356..1a76e5e 100644 --- a/README.md +++ b/README.md @@ -79,13 +79,13 @@ https://python-poetry.org/docs/#installing-with-the-official-installer 3. Go to root of the project 4. Run these commands: ``` -Poetry shell +poetry shell ``` ``` -Poetry install +poetry install ``` ``` -Poetry run streamlit run src/app.main.py +poetry run streamlit run src/app.main.py ``` 5. The application will be accessible at `http://localhost:8501` on your web browser.