david-oplatka commited on
Commit
9f19633
·
verified ·
1 Parent(s): 7620fa1

Update app.py

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