File size: 618 Bytes
0f3df4b
 
 
 
 
 
 
 
 
 
329e82f
 
4655a44
0f3df4b
4655a44
329e82f
 
 
 
 
 
 
 
 
4655a44
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
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
```