david-oplatka commited on
Commit
3f4c25c
·
verified ·
1 Parent(s): 38c39ba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ cfg.description = f'''
44
  <tr>
45
  <td style="width: 33%; vertical-align: bottom;"> <img src="https://github.com/david-oplatka/chatbot-streamlit/blob/main/Vectara-logo.png?raw=true"> </td>
46
  <td style="width: 34%; vertical-align: middle;"> <h1>{cfg.title}</h1> </td>
47
- <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>
48
  </tr>
49
  </table>
50
  <center> <h2>{cfg.description}</h2></center>
 
44
  <tr>
45
  <td style="width: 33%; vertical-align: bottom;"> <img src="https://github.com/david-oplatka/chatbot-streamlit/blob/main/Vectara-logo.png?raw=true"> </td>
46
  <td style="width: 34%; vertical-align: middle;"> <h1>{cfg.title}</h1> </td>
47
+ <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>
48
  </tr>
49
  </table>
50
  <center> <h2>{cfg.description}</h2></center>