Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -47,9 +47,10 @@ cfg.title = f'''<h1 style="text-align: center;">{cfg.title}</h1>'''
|
|
47 |
# This demo uses Retrieval Augmented Generation to ask questions about {cfg.source_data_desc}</center>'''
|
48 |
|
49 |
cfg.description = f'''
|
50 |
-
<div style="
|
51 |
-
<img src="https://github.com/david-oplatka/chatbot-streamlit/blob/main/Vectara-logo.png?raw=true"
|
52 |
-
|
|
|
53 |
<h2>{cfg.description}</h2>
|
54 |
<p>This demo uses Retrieval Augmented Generation to ask questions about {cfg.source_data_desc}</p>
|
55 |
</div>
|
|
|
47 |
# This demo uses Retrieval Augmented Generation to ask questions about {cfg.source_data_desc}</center>'''
|
48 |
|
49 |
cfg.description = f'''
|
50 |
+
<div style="position: relative; text-align: center; padding: 20px 0;">
|
51 |
+
<img src="https://github.com/david-oplatka/chatbot-streamlit/blob/main/Vectara-logo.png?raw=true"
|
52 |
+
style="position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 240px; height: 60px;">
|
53 |
+
<div style="margin: 0 auto; max-width: 600px;">
|
54 |
<h2>{cfg.description}</h2>
|
55 |
<p>This demo uses Retrieval Augmented Generation to ask questions about {cfg.source_data_desc}</p>
|
56 |
</div>
|