Edit /streamlit_app.py
to customize this app to your heart's desire ❤️
If you have any questions, write to us.
$ cd my/directory
$ python3.7 -m venv ~/.virtual_env_name
$ source ~/.virtual_env_name/bin/activate
$ pip install -U pip
$ pip install -r requirements.txt
$ streamlit run app.py