Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -35,7 +35,7 @@ def pdf_changes(pdf_doc, open_ai_key):
|
|
35 |
|
36 |
|
37 |
def answer_query(query):
|
38 |
-
|
39 |
return pdf_qa.run(question)
|
40 |
|
41 |
css="""
|
|
|
35 |
|
36 |
|
37 |
def answer_query(query):
|
38 |
+
question = query
|
39 |
return pdf_qa.run(question)
|
40 |
|
41 |
css="""
|