metadata
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.