KushJaggi commited on
Commit
6f43b67
·
1 Parent(s): 81b38f5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
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</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
 
 
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