SwatGarg Oritsemisan commited on
Commit
57b7a80
1 Parent(s): 53fadf1

Update app.py (#6)

Browse files

- Update app.py (4b083a6a1f28d7643a320467326311ac7f6b2dea)


Co-authored-by: Meggison <Oritsemisan@users.noreply.huggingface.co>

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ st.title('PeacePal 🌱')
19
 
20
  mdl = ModelPipeLine()
21
  # Now you can access the retriever attribute of the ModelPipeLine instance
22
- retriever = mdl.retriever
23
 
24
  final_chain = mdl.create_final_chain()
25
 
 
19
 
20
  mdl = ModelPipeLine()
21
  # Now you can access the retriever attribute of the ModelPipeLine instance
22
+ # retriever = mdl.retriever
23
 
24
  final_chain = mdl.create_final_chain()
25