Spaces:
Sleeping
Sleeping
| title: DemoStreamlit | |
| emoji: π | |
| colorFrom: pink | |
| colorTo: green | |
| sdk: streamlit | |
| sdk_version: 1.26.0 | |
| app_file: app.py | |
| pinned: false | |
| # Demo Streamlit | |
| Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference | |
| Doc : https://docs.streamlit.io/ | |
| Clone Repo | |
| ```sh | |
| # Make sure you have git-lfs installed (https://git-lfs.com) | |
| git lfs install | |
| git clone git@hf.co:spaces/kimi0230/DemoStreamlit | |
| # if you want to clone without large files β just their pointers | |
| # prepend your git clone with the following env var: | |
| GIT_LFS_SKIP_SMUDGE=1 | |
| ``` | |
| Local Run | |
| ```sh | |
| streamlit run app.py | |
| ``` |