Spaces:
Sleeping
Sleeping
apahilaj
commited on
Commit
•
73708f7
1
Parent(s):
cc82ce5
revert
Browse files
app.py
CHANGED
@@ -64,7 +64,7 @@ def load_db(file, k):
|
|
64 |
return_generated_question=True,
|
65 |
)
|
66 |
|
67 |
-
|
68 |
|
69 |
chat_history = [] # initialize chat history
|
70 |
|
|
|
64 |
return_generated_question=True,
|
65 |
)
|
66 |
|
67 |
+
return qa
|
68 |
|
69 |
chat_history = [] # initialize chat history
|
70 |
|