isayahc commited on
Commit
221a591
1 Parent(s): d233aaa

added an emoji in the title

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -153,7 +153,7 @@ css="""
153
 
154
  title = """
155
  <div style="text-align: center;max-width: 700px;">
156
- <h1>Chat with PDF</h1>
157
  <p style="text-align: center;">Upload a .PDF from your computer, click the "Load PDF to LangChain" button, <br />
158
  when everything is ready, you can start asking questions about the pdf ;)</p>
159
  </div>
 
153
 
154
  title = """
155
  <div style="text-align: center;max-width: 700px;">
156
+ <h1>Insurance Assistant 💼</h1>
157
  <p style="text-align: center;">Upload a .PDF from your computer, click the "Load PDF to LangChain" button, <br />
158
  when everything is ready, you can start asking questions about the pdf ;)</p>
159
  </div>