Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
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>
|