Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -47,16 +47,16 @@ def infer(question):
|
|
47 |
|
48 |
return result
|
49 |
|
50 |
-
css=
|
51 |
#col-container {max-width: 700px; margin-left: auto; margin-right: auto;}
|
|
|
52 |
|
53 |
-
|
54 |
-
title =
|
55 |
<div style="text-align: center;max-width: 700px;">
|
56 |
-
<h1>Chat with PDF
|
57 |
<p style="text-align: center;">Upload a .pdf from local machine, click the "Load PDF🚀" button, <br />
|
58 |
When ready, you are all set to start asking questions from the pdf</p>
|
59 |
-
</div>
|
60 |
|
61 |
|
62 |
|
|
|
47 |
|
48 |
return result
|
49 |
|
50 |
+
css=""""
|
51 |
#col-container {max-width: 700px; margin-left: auto; margin-right: auto;}
|
52 |
+
""""
|
53 |
|
54 |
+
title =""""
|
|
|
55 |
<div style="text-align: center;max-width: 700px;">
|
56 |
+
<h1>Chat with PDF</h1>
|
57 |
<p style="text-align: center;">Upload a .pdf from local machine, click the "Load PDF🚀" button, <br />
|
58 |
When ready, you are all set to start asking questions from the pdf</p>
|
59 |
+
</div>""""
|
60 |
|
61 |
|
62 |
|