Skip to content

Files

admin_ui

title emoji colorFrom colorTo sdk sdk_version python_version app_file pinned
Dataset viewer admin UI
📊
gray
purple
gradio
4.19.2
3.9.18
app.py
false

Datasets-server Admin UI

Deployed at (internal) https://huggingface.co/spaces/datasets-maintainers/dataset-viewer-admin-ui

Setup:

poetry install

Run:

To connect to the PROD endpoint:

poetry run python app.py

To connect to your local DEV endpoint:

DEV=1 HF_TOKEN=hf_... poetry run python app.py

or to enable auto reloading:

DEV=1 HF_TOKEN=hf_... poetry run gradio app.py