Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ description = """Do you have a long document and a bunch of questions that can b
|
|
9 |
Fear not for this demo is for you.
|
10 |
Upload your pdf, ask your questions and wait for the magic to happen.
|
11 |
DISCLAIMER: I do no have idea what happens to the pdfs that you upload and who has access to them so make sure there is nothing confidential there.
|
12 |
-
"""
|
13 |
title = "QA answering from a pdf."
|
14 |
|
15 |
from datetime import datetime
|
|
|
9 |
Fear not for this demo is for you.
|
10 |
Upload your pdf, ask your questions and wait for the magic to happen.
|
11 |
DISCLAIMER: I do no have idea what happens to the pdfs that you upload and who has access to them so make sure there is nothing confidential there.
|
12 |
+
"""
|
13 |
title = "QA answering from a pdf."
|
14 |
|
15 |
from datetime import datetime
|