from huggingface_hub import login, upload_folder login() upload_folder( folder_path=".", repo_id="muhammad1707/law-dataset", repo_type="dataset" )