Spaces:
Paused
Paused
Update actions
Browse files- .github/workflows/hf_space.yml +1 -1
- app.py +1 -0
.github/workflows/hf_space.yml
CHANGED
@@ -17,4 +17,4 @@ jobs:
|
|
17 |
- name: Push to hub
|
18 |
env:
|
19 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
20 |
-
run: git push https
|
|
|
17 |
- name: Push to hub
|
18 |
env:
|
19 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
20 |
+
run: git push https://$HF_USERNAME:[email protected]/spaces/$HF_USERNAME/$SPACE_NAME main
|
app.py
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
import time
|
2 |
import pandas as pd
|
3 |
import streamlit as st
|
|
|
1 |
+
# https://huggingface.co/docs/hub/en/spaces-github-actions
|
2 |
import time
|
3 |
import pandas as pd
|
4 |
import streamlit as st
|