Update ui.py
Browse files
ui.py
CHANGED
@@ -27,8 +27,8 @@ PLACEHOLDER = """
|
|
27 |
<img src="https://huggingface.co/spaces/baconnier/Napoleon/resolve/main/napoleon.jpg" alt="Logo" style="width: 100%; height: 100%; border-radius: 8px;">
|
28 |
</figure>
|
29 |
<div style="padding: .5rem 1.5rem;">
|
30 |
-
<h2 style="text-align:
|
31 |
-
<p style="text-align:
|
32 |
</div>
|
33 |
</div>
|
34 |
"""
|
|
|
27 |
<img src="https://huggingface.co/spaces/baconnier/Napoleon/resolve/main/napoleon.jpg" alt="Logo" style="width: 100%; height: 100%; border-radius: 8px;">
|
28 |
</figure>
|
29 |
<div style="padding: .5rem 1.5rem;">
|
30 |
+
<h2 style="text-align: center; font-size: 1.5rem; font-weight: 900; margin-bottom: 0.5rem;">🦅 Napoléon 🦅</h2>
|
31 |
+
<p style="text-align: center; font-size: 16px; line-height: 1.5; margin-bottom: 15px;">Notre sagesse vient de notre expérience, et notre expérience vient de nos sottises.</p>
|
32 |
</div>
|
33 |
</div>
|
34 |
"""
|