isayahc commited on
Commit
c7bf65d
·
verified ·
1 Parent(s): 8dcf202

removed unused variable

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -96,7 +96,6 @@ def pdf_changes(pdf_doc):
96
  template=template
97
  )
98
 
99
- chain_type_kwargs = {"prompt": prompt}
100
 
101
  global qa
102
 
 
96
  template=template
97
  )
98
 
 
99
 
100
  global qa
101