Spaces:
Runtime error
A newer version of the Gradio SDK is available: 6.22.0
license: apache-2.0
title: 'Whatevez '
sdk: gradio
emoji: 🏆
colorFrom: blue
colorTo: green
sdk_version: 6.20.0
hat
Diff
.gitignore
+2
node_modules/
build/
dist/
coverage/
pycache/
*.py[cod]
.DS_Store
*.log
.env*
!.env.example
README.md
Preview
+24-12
title: File App Generator colorFrom: blue colorTo: indigo sdk: gradio app_file: app.py pinned: false
File App Generator
Upload documents and data files, including PDF, DOCX, CSV, Excel, JSON, JSONL, TXT, MD, and LOG files. The app reads the content and generates a working preview, profile, chart, and downloadable HTML report. It uses app.py, works as a Gradio Space, and does not require a third-party API key.
Run Locally
Prerequisites: Python
Install dependencies: pip install -r requirements.txt
Run the app: python app.py
Run on Hugging Face Spaces
Create a Hugging Face Space with the Gradio SDK, then upload these files:
app.py
requirements.txt
README.md
No third-party API key is required.