Create a new dataset repository -> broken page

This page is broken.

I fill in the form with my text, and click Create Dataset.

Then the form gets wiped. And no repo got created. No error message visible in the developer console.

Expected behavior

The form jumps to the newly created repo.

Idea for improvement

If the repo cannot be created, then show an error message, that something went wrong.

Environment

Firefox 128.0.3 (64-bit)
macOS Sonoma 14.5

Work around

from huggingface_hub import HfApi, HfFolder
repo_id = 'simon-arc-solve-fractal-v3'
api = HfApi()
username = api.whoami()['name']
repo_url = api.create_repo(repo_id=repo_id, exist_ok=True, private=True, repo_type="dataset")

I have created a github issue for this

I have updated Firefox 129.0 (64 bit), and now the Create dataset is working again in Firefox.

This topic was automatically closed 12 hours after the last reply. New replies are no longer allowed.