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%;"> <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%;">
|
48 |
</tr>
|
49 |
</table>
|
50 |
<center> <h2>{cfg.description}</h2></center>
|
@@ -58,7 +58,6 @@ table {
|
|
58 |
td {
|
59 |
border: none;
|
60 |
text-align: center;
|
61 |
-
vertical-align: middle;
|
62 |
}
|
63 |
img {
|
64 |
width: 40%;
|
|
|
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%;"> This demo uses Retrieval Augmented Generation to ask questions about {cfg.source_data_desc} </td>
|
48 |
</tr>
|
49 |
</table>
|
50 |
<center> <h2>{cfg.description}</h2></center>
|
|
|
58 |
td {
|
59 |
border: none;
|
60 |
text-align: center;
|
|
|
61 |
}
|
62 |
img {
|
63 |
width: 40%;
|