Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -41,7 +41,7 @@ def respond(message, history):
|
|
41 |
cfg.description = f'''
|
42 |
<table>
|
43 |
<tr>
|
44 |
-
<td style="width: 33%; vertical-align:
|
45 |
<td style="width: 34%; vertical-align: middle;"> <h1>{cfg.title}</h1> </td>
|
46 |
<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>
|
47 |
</tr>
|
|
|
41 |
cfg.description = f'''
|
42 |
<table>
|
43 |
<tr>
|
44 |
+
<td style="width: 33%; vertical-align: top;"> <img src="https://github.com/david-oplatka/chatbot-streamlit/blob/main/Vectara-logo.png?raw=true"> </td>
|
45 |
<td style="width: 34%; vertical-align: middle;"> <h1>{cfg.title}</h1> </td>
|
46 |
<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>
|
47 |
</tr>
|