Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -52,8 +52,8 @@ def respond(message, history):
|
|
52 |
cfg.description = f'''
|
53 |
<table>
|
54 |
<tr>
|
55 |
-
<td style="width: 50%; text-align: left;"> <h1>{cfg.title}</h1> </td>
|
56 |
-
<td style="width: 50%; text-align: right;"> <img src="https://github.com/david-oplatka/chatbot-streamlit/blob/main/Vectara-logo.png?raw=true"> </td>
|
57 |
</tr>
|
58 |
<tr>
|
59 |
<td colspan="2">This demo uses Retrieval Augmented Generation from <a href="https://vectara.com/">Vectara</a> to ask questions about {cfg.source_data_desc}.</td>
|
@@ -69,7 +69,7 @@ table {
|
|
69 |
border-collapse: separate;
|
70 |
}
|
71 |
td {
|
72 |
-
vertical-align:
|
73 |
border: none;
|
74 |
}
|
75 |
img {
|
|
|
52 |
cfg.description = f'''
|
53 |
<table>
|
54 |
<tr>
|
55 |
+
<td style="width: 50%; text-align: left; vertical-align: middle;"> <h1>{cfg.title}</h1> </td>
|
56 |
+
<td style="width: 50%; text-align: right; vertical-align: middle;"> <img src="https://github.com/david-oplatka/chatbot-streamlit/blob/main/Vectara-logo.png?raw=true"> </td>
|
57 |
</tr>
|
58 |
<tr>
|
59 |
<td colspan="2">This demo uses Retrieval Augmented Generation from <a href="https://vectara.com/">Vectara</a> to ask questions about {cfg.source_data_desc}.</td>
|
|
|
69 |
border-collapse: separate;
|
70 |
}
|
71 |
td {
|
72 |
+
vertical-align: middle;
|
73 |
border: none;
|
74 |
}
|
75 |
img {
|