Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -43,22 +43,21 @@ cfg.description = f'''<style>
|
|
43 |
img {{
|
44 |
width: 10%;
|
45 |
}}
|
|
|
|
|
|
|
46 |
</style>
|
47 |
<table>
|
48 |
<tr>
|
49 |
<td> <img src="https://github.com/david-oplatka/chatbot-streamlit/blob/main/Vectara-logo.png?raw=true"> </td>
|
50 |
<td> <h1>{cfg.title}</h1> </td>
|
51 |
-
<td> <
|
52 |
</tr>
|
53 |
</table>
|
54 |
<center> <h2>{cfg.description}</h2></center>
|
55 |
'''
|
56 |
|
57 |
-
|
58 |
-
|
59 |
-
# table, td {{
|
60 |
-
# border: none;
|
61 |
-
# }}
|
62 |
|
63 |
# cfg.title = f'''<center> <img src="https://github.com/david-oplatka/chatbot-streamlit/blob/main/Vectara-logo.png?raw=true" width="200px" height="40px">
|
64 |
# <h1>{cfg.title}</h1> </center>
|
|
|
43 |
img {{
|
44 |
width: 10%;
|
45 |
}}
|
46 |
+
table, td {{
|
47 |
+
border: none;
|
48 |
+
}}
|
49 |
</style>
|
50 |
<table>
|
51 |
<tr>
|
52 |
<td> <img src="https://github.com/david-oplatka/chatbot-streamlit/blob/main/Vectara-logo.png?raw=true"> </td>
|
53 |
<td> <h1>{cfg.title}</h1> </td>
|
54 |
+
<td> <p>This demo uses Retrieval Augmented Generation to ask questions about {cfg.source_data_desc}<p> </td>
|
55 |
</tr>
|
56 |
</table>
|
57 |
<center> <h2>{cfg.description}</h2></center>
|
58 |
'''
|
59 |
|
60 |
+
|
|
|
|
|
|
|
|
|
61 |
|
62 |
# cfg.title = f'''<center> <img src="https://github.com/david-oplatka/chatbot-streamlit/blob/main/Vectara-logo.png?raw=true" width="200px" height="40px">
|
63 |
# <h1>{cfg.title}</h1> </center>
|