Skip to content

Commit d86de64

Browse files
Pierreguillaq
andauthored
Update README.md
Co-authored-by: guillaq <guillaume@workflowai.com>
1 parent 859e273 commit d86de64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ question = "What are the key findings in this report?"
223223
output = await answer_pdf_question(PDFQuestionInput(pdf=pdf, question=question))
224224
# Print the answer and supporting quotes
225225
print("Answer:", output.answer)
226-
print("\nSupporting quotes:")
226+
print("Supporting quotes:", "\n -".join(("", *quotes))
227227
for quote in output.quotes:
228228
print(f"- {quote}")
229229
```

0 commit comments

Comments
 (0)