david-oplatka commited on
Commit
f3ae818
·
verified ·
1 Parent(s): bd0797d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ cfg.description = f'''
43
  <table>
44
  <tr>
45
  <td style="width: 33%;"> <img src="https://github.com/david-oplatka/chatbot-streamlit/blob/main/Vectara-logo.png?raw=true"> </td>
46
- <td style="width: 234%;"> <h1>{cfg.title}</h1> </td>
47
  <td style="width: 33%;"> <p>This demo uses Retrieval Augmented Generation to ask questions about {cfg.source_data_desc}<p> </td>
48
  </tr>
49
  </table>
 
43
  <table>
44
  <tr>
45
  <td style="width: 33%;"> <img src="https://github.com/david-oplatka/chatbot-streamlit/blob/main/Vectara-logo.png?raw=true"> </td>
46
+ <td style="width: 34%;"> <h1>{cfg.title}</h1> </td>
47
  <td style="width: 33%;"> <p>This demo uses Retrieval Augmented Generation to ask questions about {cfg.source_data_desc}<p> </td>
48
  </tr>
49
  </table>