Spaces:
Sleeping
Sleeping
last update
Browse files
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)
|