Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -104,7 +104,7 @@ def answer_predefined_questions(document_type):
|
|
104 |
while i < len(queryList):
|
105 |
question = questionList[i]
|
106 |
field = fieldList[i]
|
107 |
-
response += "Field Name:", field "; Question sent to gpt-4: ", question, "; Response from gpt-4:",pdf_qa.run(question)
|
108 |
return response
|
109 |
|
110 |
|
|
|
104 |
while i < len(queryList):
|
105 |
question = questionList[i]
|
106 |
field = fieldList[i]
|
107 |
+
response += "Field Name:", field, "; Question sent to gpt-4: ", question, "; Response from gpt-4:",pdf_qa.run(question)
|
108 |
return response
|
109 |
|
110 |
|