hathawayj commited on
Commit
44275b8
·
1 Parent(s): 5d64005

last update

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -44,4 +44,10 @@ The `scripts_build` folder has the munging scripts that built the data for the a
44
  - [requirements.txt](requirements.txt) is run from the [Dockerfile](Dockerfile) and installs the needed Python packages.
45
  - [README.md](README.md) is this file. The `YAML` at the top is necessary for the Streamlit app to work correctly. Specifically the `app_port: 8501` is needed. All other information can and should be manipulated.
46
  - [streamlit.py] is our Streamlit app.
47
- - The remaining files are data files.
 
 
 
 
 
 
 
44
  - [requirements.txt](requirements.txt) is run from the [Dockerfile](Dockerfile) and installs the needed Python packages.
45
  - [README.md](README.md) is this file. The `YAML` at the top is necessary for the Streamlit app to work correctly. Specifically the `app_port: 8501` is needed. All other information can and should be manipulated.
46
  - [streamlit.py] is our Streamlit app.
47
+ - The remaining files are data files.
48
+
49
+ ### Final notes
50
+
51
+ Here is how to sync a Github repo with Hugging face.
52
+
53
+ - [Sync with Github Actions](https://dev.to/0xkoji/sync-github-repo-and-hugging-face-space-repo-with-github-actions-3ca1)