Spaces:
Sleeping
Sleeping
# requirements.txt | |
# Core Gradio UI (locks to 5.x series) | |
gradio>=5.0,<6.0 | |
# Popup modal component (ensure correct name and version) | |
gradio-modal>=0.0.4 | |
#Display PDFs | |
gradio_pdf | |
# HF Hub client (latest stable) | |
huggingface-hub>=0.30.2,<0.31 | |
# Google Sheets API client | |
gspread | |
# Google API Authentication (older library, used by import) | |
oauth2client | |
# Data Manipulation | |
pandas |