Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
dammy
/
chatPDF
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
dammy
commited on
Nov 16, 2023
Commit
3b6be35
·
1 Parent(s):
4627abd
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -83,7 +83,7 @@ def run_query(btn, history, query):
83
84
print('printing history')
85
print(history)
86
-
return history, ""
87
88
89
83
84
print('printing history')
85
print(history)
86
+
return
btn,
history, ""
87
88
89