Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -56,7 +56,7 @@ cfg.description = f'''
|
|
56 |
<td style="width: 33%; 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 |
-
This demo uses Retrieval Augmented Generation from <a href="https://vectara.com/">Vectara</a> to ask questions about {cfg.source_data_desc}
|
60 |
'''
|
61 |
|
62 |
css = """
|
|
|
56 |
<td style="width: 33%; 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 |
+
<blockquote>This demo uses Retrieval Augmented Generation from <a href="https://vectara.com/">Vectara</a> to ask questions about {cfg.source_data_desc}.</blockquote>
|
60 |
'''
|
61 |
|
62 |
css = """
|