Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
isayahc
/
Insurance-Assistant
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
isayahc
commited on
Dec 10, 2023
Commit
c7bf65d
·
verified
·
1 Parent(s):
8dcf202
removed unused variable
Browse files
Files changed (1)
hide
show
app.py
+0
-1
app.py
CHANGED
Viewed
@@ -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