pkiage commited on
Commit
97df397
β€’
1 Parent(s): 906bcfd

remove install local package and match versions

Browse files
Files changed (2) hide show
  1. README.md +15 -2
  2. requirements.txt +0 -4
README.md CHANGED
@@ -4,7 +4,7 @@ emoji: πŸ“ˆ
4
  colorFrom: indigo
5
  colorTo: blue
6
  sdk: streamlit
7
- sdk_version: 1.17.0
8
  app_file: app.py
9
  pinned: false
10
  license: openrail
@@ -90,5 +90,18 @@ streamlit run src/app.py
90
 
91
  ## Hugging Face Tips
92
 
 
 
 
 
 
 
 
 
93
  - [When syncing with Hugging Face via Github Actions](https://huggingface.co/docs/hub/spaces-github-actions) the [User Access Token](https://huggingface.co/docs/hub/security-tokens) created on Hugging Face (HF) should have write access
94
- - [When creating the Spaces Configuration Reference](https://huggingface.co/docs/hub/spaces-config-reference) ensure the [Streamlit Space](https://huggingface.co/docs/hub/spaces-sdks-streamlit) version (sdk_version) specified is supported by HF
 
 
 
 
 
 
4
  colorFrom: indigo
5
  colorTo: blue
6
  sdk: streamlit
7
+ sdk_version: 1.9.2
8
  app_file: app.py
9
  pinned: false
10
  license: openrail
 
90
 
91
  ## Hugging Face Tips
92
 
93
+ Initial Setup
94
+ - [When creating the Spaces Configuration Reference](https://huggingface.co/docs/hub/spaces-config-reference) ensure the [Streamlit Space](https://huggingface.co/docs/hub/spaces-sdks-streamlit) version (sdk_version) specified is supported by HF
95
+
96
+ ```shell
97
+ git remote add space https://huggingface.co/spaces/pkiage/time_series_autocorrelation_demo
98
+
99
+ git push --force space main
100
+ ```
101
  - [When syncing with Hugging Face via Github Actions](https://huggingface.co/docs/hub/spaces-github-actions) the [User Access Token](https://huggingface.co/docs/hub/security-tokens) created on Hugging Face (HF) should have write access
102
+
103
+
104
+ ## Demo Links
105
+ - Hugging Face Space: https://huggingface.co/spaces/pkiage/time_series_autocorrelation_demo
106
+ - Streamlit Community Cloud: https://pkiage-tool-time-series-autocorrelation-demo-app-l0umps.streamlit.app/
107
+
requirements.txt CHANGED
@@ -1,7 +1,3 @@
1
- # local package
2
- -e .
3
-
4
- # external requirements
5
  streamlit==1.9.2
6
  pandas==1.4.2
7
  statsmodels==0.13.2
 
 
 
 
 
1
  streamlit==1.9.2
2
  pandas==1.4.2
3
  statsmodels==0.13.2