File size: 993 Bytes
0c21604
efa646f
 
 
 
0c21604
 
 
 
efa646f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
---
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