Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -36,7 +36,7 @@ def pdf_changes(pdf_doc, open_ai_key):
|
|
36 |
|
37 |
def answer_query(query):
|
38 |
question = query
|
39 |
-
|
40 |
|
41 |
css="""
|
42 |
#col-container {max-width: 700px; margin-left: auto; margin-right: auto;}
|
|
|
36 |
|
37 |
def answer_query(query):
|
38 |
question = query
|
39 |
+
return pdf_qa.run(question)
|
40 |
|
41 |
css="""
|
42 |
#col-container {max-width: 700px; margin-left: auto; margin-right: auto;}
|