kimi0230 commited on
Commit
4655a44
1 Parent(s): 329e82f

docs: README

Browse files
Files changed (1) hide show
  1. README.md +7 -6
README.md CHANGED
@@ -10,13 +10,9 @@ pinned: false
10
  ---
11
  # Demo Streamlit
12
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
13
 
14
- #
15
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
16
-
17
- streamlit run app.py
18
-
19
-
20
  ```sh
21
  # Make sure you have git-lfs installed (https://git-lfs.com)
22
  git lfs install
@@ -26,3 +22,8 @@ git clone git@hf.co:spaces/kimi0230/DemoStreamlit
26
  # prepend your git clone with the following env var:
27
  GIT_LFS_SKIP_SMUDGE=1
28
  ```
 
 
 
 
 
 
10
  ---
11
  # Demo Streamlit
12
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
13
+ Doc : https://docs.streamlit.io/
14
 
15
+ Clone Repo
 
 
 
 
 
16
  ```sh
17
  # Make sure you have git-lfs installed (https://git-lfs.com)
18
  git lfs install
 
22
  # prepend your git clone with the following env var:
23
  GIT_LFS_SKIP_SMUDGE=1
24
  ```
25
+
26
+ Local Run
27
+ ```sh
28
+ streamlit run app.py
29
+ ```