david-oplatka commited on
Commit
1e6a923
·
verified ·
1 Parent(s): e73f66c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ def respond(message, history):
41
  cfg.description = f'''
42
  <table>
43
  <tr>
44
- <td style="width: 33%; vertical-align: bottom;"> <img src="https://github.com/david-oplatka/chatbot-streamlit/blob/main/Vectara-logo.png?raw=true"> </td>
45
  <td style="width: 34%; vertical-align: middle;"> <h1>{cfg.title}</h1> </td>
46
  <td style="width: 33%; vertical-align: bottom; text-align: left"> This demo uses Retrieval Augmented Generation from <a href="https://vectara.com/">Vectara</a><br>to ask questions about {cfg.source_data_desc}. </td>
47
  </tr>
 
41
  cfg.description = f'''
42
  <table>
43
  <tr>
44
+ <td style="width: 33%; vertical-align: top;"> <img src="https://github.com/david-oplatka/chatbot-streamlit/blob/main/Vectara-logo.png?raw=true"> </td>
45
  <td style="width: 34%; vertical-align: middle;"> <h1>{cfg.title}</h1> </td>
46
  <td style="width: 33%; vertical-align: bottom; text-align: left"> This demo uses Retrieval Augmented Generation from <a href="https://vectara.com/">Vectara</a><br>to ask questions about {cfg.source_data_desc}. </td>
47
  </tr>