VipulPathak commited on
Commit
8e1eabf
1 Parent(s): e2e9797

Removed inmemory db

Browse files
Files changed (1) hide show
  1. app.py +0 -5
app.py CHANGED
@@ -20,11 +20,6 @@ font-size:120%;
20
 
21
  st.title("Q&A Based on Custom Data (RAG)");
22
 
23
- placeholder = st.empty();
24
-
25
- if placeholder.empty():
26
- placeholder = store_vector_db()
27
-
28
  input = st.text_input(label="Question",placeholder="Write Text here...");
29
 
30
  if input:
 
20
 
21
  st.title("Q&A Based on Custom Data (RAG)");
22
 
 
 
 
 
 
23
  input = st.text_input(label="Question",placeholder="Write Text here...");
24
 
25
  if input: