Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Rulga
/
New-LS-chatbot-app
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
e141a67
New-LS-chatbot-app
/
update.py
Rulga
chancge name dataset
91fbbb8
3 months ago
raw
Copy download link
history
blame
Safe
200 Bytes
import
streamlit
as
st
from
huggingface_hub
import
HfApi
api = HfApi()
api.upload_folder(
folder_path=
"."
,
repo_id=
"Rulga/LS_chat"
,
repo_type=
"dataset"
,
token=st.secrets[
"HF_TOKEN"
]
)