lekkalar commited on
Commit
6777b26
1 Parent(s): 0bd4fed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- return pdf_qa.run(question)
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;}