david-oplatka commited on
Commit
b62335e
·
verified ·
1 Parent(s): 278abbb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -53,10 +53,11 @@ cfg.description = f'''
53
  <table>
54
  <tr>
55
  <td style="width: 34%; text-align: left;"> <h1>{cfg.title}</h1> </td>
 
56
  <td style="width: 33%; text-align: right;"> <img src="https://github.com/david-oplatka/chatbot-streamlit/blob/main/Vectara-logo.png?raw=true"> </td>
57
  </tr>
58
  </table>
59
- <blockquote>This demo uses Retrieval Augmented Generation from <a href="https://vectara.com/">Vectara</a> to ask questions about {cfg.source_data_desc}.</blockquote>
60
  '''
61
 
62
  css = """
 
53
  <table>
54
  <tr>
55
  <td style="width: 34%; text-align: left;"> <h1>{cfg.title}</h1> </td>
56
+ <td> </td>
57
  <td style="width: 33%; text-align: right;"> <img src="https://github.com/david-oplatka/chatbot-streamlit/blob/main/Vectara-logo.png?raw=true"> </td>
58
  </tr>
59
  </table>
60
+ <p style="text-indent: 20px;">This demo uses Retrieval Augmented Generation from <a href="https://vectara.com/">Vectara</a> to ask questions about {cfg.source_data_desc}.</p>
61
  '''
62
 
63
  css = """