Skip to content

Commit

Permalink
fix for missing streamlit-folium package
Browse files Browse the repository at this point in the history
without streamlit-folium, there is error when running streamlit. This fix ensures streamlit-folium package is installed by adding it to pyproject.toml file
  • Loading branch information
balugans committed Aug 21, 2024
1 parent 7047469 commit dfc92b5
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 1 deletion.
65 changes: 64 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ email-validator = "2.1.1"
openai = "^1.30.5"
curl-cffi = "^0.7.1"
streamlit = "^1.35.0"
streamlit-folium = "^0.22.0"
matplotlib = "3.9.0"
seaborn = "^0.13.2"
numpy = "^1.26.4"
Expand Down

0 comments on commit dfc92b5

Please sign in to comment.