A simple Python demonstration of using Streamlit with the Google Maps Places API to get Reviews.
To run locally;
pip install -r requirements.txt
streamlit run get.py
This app works well with Heroku.
- Install the Heroku CLI and set it up
heroku create
git push heroku main