https://github.com/1010code/streamlit-demo
https://github.com/1010code/streamlit-demo
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/1010code/streamlit-demo
- Owner: 1010code
- Created: 2022-04-16T09:40:52.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-11T09:50:45.000Z (over 3 years ago)
- Last Synced: 2025-07-17T13:42:13.928Z (7 months ago)
- Language: Python
- Homepage: https://share.streamlit.io/1010code/streamlit-demo/main/app.py
- Size: 1.27 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

## 安裝相依套件
```sh
pip install -r requirements.txt
```
## 執行
```sh
streamlit run app.py
```