Spaces:
Build error
Build error
A newer version of the Gradio SDK is available: 6.12.0
metadata
title: ESCP Notebook Runner
emoji: π
colorFrom: indigo
colorTo: blue
sdk: gradio
sdk_version: 6.9.0
python_version: 3.10.13
app_file: app.py
pinned: false
ESCP Notebook Runner
This Hugging Face Space runs one bundled Jupyter notebook on two bundled CSV datasets and shows the outputs in a Gradio dashboard.
Included files
app.pyβ Gradio appanalysis.ipynbβ bundled notebooksynthetic_book_reviews.csvβ bundled reviews datasetsynthetic_sales_data.csvβ bundled sales datasetrequirements.txtβ Python dependenciesstyle.cssβ clean styling with no background imagesartifacts/β where notebook outputs are savedruns/β executed notebook copies
Why this update was needed
The previous version built the image, but the app could still fail at runtime because:
- CSS was passed to
demo.launch(...)instead ofgr.Blocks(..., css=...) - the Space image used a newer Gradio runtime than the app code expected
- Python 3.13 can break notebook/data-science dependencies more often than Python 3.10
How to use it
- Create a new Hugging Face Gradio Space.
- Upload all files from this folder.
- Wait for the build to finish.
- Open the Space and click Run Full Pipeline.
- Open Dashboard and click Refresh Dashboard.
You can leave the three upload fields empty to use the bundled notebook and CSV files.