File size: 200 Bytes
4a36150
 
 
 
 
 
91fbbb8
4a36150
 
 
1
2
3
4
5
6
7
8
9
10
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"]
)