1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16# ๐ tty bash on streamlit open cloud ### How to run it on your own machine 1. Install the requirements ``` $ pip install -r requirements.txt ``` 2. Run the app ``` $ streamlit run streamlit_app.py ```
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
# ๐ tty bash on streamlit open cloud ### How to run it on your own machine 1. Install the requirements ``` $ pip install -r requirements.txt ``` 2. Run the app ``` $ streamlit run streamlit_app.py ```