--- title: Study RAG Assistant UI Mock emoji: 📚 colorFrom: blue colorTo: indigo sdk: static pinned: false --- # Study RAG Assistant (UI Mock) This Space hosts a **frontend UI mock** for a "Study RAG Assistant" that supports: - Uploading up to **10 Jupyter notebooks (.ipynb)** and **5 PDFs** - Browsing sources - Chat / Notes / Quiz tabs - Citation-style UI components - Preview modal (mock) ✅ **Note:** This Space is a **static UI only** (no backend connected yet). It is meant to help decide the interface before wiring the real RAG pipeline. --- ## ✅ How to Deploy (Hugging Face Spaces) ### 1) Create a new Space - Go to **Hugging Face → Spaces → Create new Space** - Choose **SDK: Static** - Name it anything (e.g., `study-rag-ui`) ### 2) Upload these files into the Space repo Required: - `index.html` ← (your UI HTML file) Optional: - `README.md` (this file) ### 3) Done Hugging Face will automatically serve `index.html`. --- ## 📁 Expected Repo Structure