rahideer commited on
Commit
368b90a
·
verified ·
1 Parent(s): 9d1d210

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -7,7 +7,8 @@ st.markdown("Ask any medical question and get evidence-based answers from PubMed
7
 
8
  @st.cache_resource
9
  def load_rag():
10
- return RAGPipeline("data/pubmed_qa_dataset.csv")
 
11
 
12
  rag = load_rag()
13
 
 
7
 
8
  @st.cache_resource
9
  def load_rag():
10
+ return rag = RAGPipeline()
11
+
12
 
13
  rag = load_rag()
14