๐Ÿ“ฆ lichon / streamlit-demo

๐Ÿ“„ README.md ยท 16 lines
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
   ```