tykiww commited on
Commit
f9b358b
1 Parent(s): 0f72ebe

Create ui.py

Browse files
Files changed (1) hide show
  1. ui.py +23 -0
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
+