Spaces:
Sleeping
Sleeping
Create ui.py
Browse files
ui.py
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# UI for Meeting RAG Q&A.
|
2 |
+
|
3 |
+
################# Page 1: About #################
|
4 |
+
# Give the context about what this page is all about. Markdown. Source /layout.
|
5 |
+
|
6 |
+
|
7 |
+
############## Page 2: User Config ##############
|
8 |
+
# Upload VTT document and clean.
|
9 |
+
|
10 |
+
# Load it into pinecone vector store
|
11 |
+
|
12 |
+
# Button to upload the docs.
|
13 |
+
|
14 |
+
################## Page 3: Q&A ##################
|
15 |
+
# Question Bank
|
16 |
+
|
17 |
+
# Answer Output
|
18 |
+
|
19 |
+
|
20 |
+
|
21 |
+
|
22 |
+
|
23 |
+
|