pauli1234's picture
Upload 4 files
145e674 verified
---
title: Book Analytics Space
emoji: ๐Ÿ“š
colorFrom: indigo
colorTo: purple
sdk: gradio
app_file: app.py
python_version: "3.10"
pinned: false
---
# Book Analytics Space
This Space converts the notebook workflow into a Gradio application.
## Included files
- `app.py`
- `requirements.txt`
- `style.css`
- `synthetic_book_reviews.csv`
- `synthetic_sales_data.csv`
## Notes
- The Python version is quoted as `"3.10"` so YAML does not convert it to `3.1`.
- The ARIMA logic imports directly from `statsmodels.tsa.arima.model`.
- The app works without external API keys.