Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -42,9 +42,9 @@ def respond(message, history):
|
|
42 |
cfg.description = f'''
|
43 |
<table>
|
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>
|
@@ -59,7 +59,6 @@ table {
|
|
59 |
}
|
60 |
td {
|
61 |
border: none;
|
62 |
-
vertical-align: middle;
|
63 |
text-align: center;
|
64 |
}
|
65 |
img {
|
|
|
42 |
cfg.description = f'''
|
43 |
<table>
|
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;"> 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>
|
|
|
59 |
}
|
60 |
td {
|
61 |
border: none;
|
|
|
62 |
text-align: center;
|
63 |
}
|
64 |
img {
|