New-LS-chatbot-app / update.py
Rulga's picture
chancge name dataset
91fbbb8
raw
history blame contribute delete
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"]
)