Spaces:
Build error
Build error
Commit
·
791404a
1
Parent(s):
1d826d1
update pin
Browse files- .github/workflows/main.yml +1 -1
- README.md +1 -1
.github/workflows/main.yml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
name: Sync to Hugging Face hub
|
| 2 |
on:
|
| 3 |
push:
|
| 4 |
-
branches: [
|
| 5 |
|
| 6 |
# to run this workflow manually from the Actions tab
|
| 7 |
workflow_dispatch:
|
|
|
|
| 1 |
name: Sync to Hugging Face hub
|
| 2 |
on:
|
| 3 |
push:
|
| 4 |
+
branches: [main]
|
| 5 |
|
| 6 |
# to run this workflow manually from the Actions tab
|
| 7 |
workflow_dispatch:
|
README.md
CHANGED
|
@@ -6,7 +6,7 @@ colorTo: indigo
|
|
| 6 |
sdk: streamlit
|
| 7 |
sdk_version: 1.26.0
|
| 8 |
app_file: app.py
|
| 9 |
-
pinned:
|
| 10 |
---
|
| 11 |
|
| 12 |
# Auto_comment_generation
|
|
|
|
| 6 |
sdk: streamlit
|
| 7 |
sdk_version: 1.26.0
|
| 8 |
app_file: app.py
|
| 9 |
+
pinned: true
|
| 10 |
---
|
| 11 |
|
| 12 |
# Auto_comment_generation
|