Roger Condori commited on
Commit
a13d2cf
β€’
1 Parent(s): 4be7861

change title size app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ css="""
42
 
43
  title = """
44
  <div style="text-align: center;max-width: 1500px;">
45
- <h3>Chat with Documents πŸ“š - Falcon, Llama-2</h3>
46
  <p style="text-align: center;">Upload txt, pdf, doc, docx, enex, epub, html, md, odt, ptt and pttx.
47
  Wait for the Status to show Loaded documents, start typing your questions. This is a demo of <a href="https://github.com/R3gm/ConversaDocs">ConversaDocs</a>.<br /></p>
48
  </div>
 
42
 
43
  title = """
44
  <div style="text-align: center;max-width: 1500px;">
45
+ <h2>Chat with Documents πŸ“š - Falcon, Llama-2</h2>
46
  <p style="text-align: center;">Upload txt, pdf, doc, docx, enex, epub, html, md, odt, ptt and pttx.
47
  Wait for the Status to show Loaded documents, start typing your questions. This is a demo of <a href="https://github.com/R3gm/ConversaDocs">ConversaDocs</a>.<br /></p>
48
  </div>