Update ui.py
Browse files
ui.py
CHANGED
@@ -27,18 +27,8 @@ PLACEHOLDER = """
|
|
27 |
<img src="https://huggingface.co/spaces/baconnier/NAPOLEON2/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: left; font-size: 1.5rem; font-weight: 700; margin-bottom: 0.5rem;">
|
31 |
<p style="text-align: left; 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 style="display: flex; justify-content: space-between; align-items: center;">
|
33 |
-
<div style="display: flex; flex-flow: column; justify-content: space-between;">
|
34 |
-
<span style="display: inline-flex; align-items: center; border-radius: 0.375rem; background-color: rgba(79, 70, 229, 0.1); padding: 0.1rem 0.75rem; font-size: 0.75rem; font-weight: 500; color: #818cf8; margin-top: 2.5px;">
|
35 |
-
Dolphin 3.0 R1 Mistral 24B
|
36 |
-
</span>
|
37 |
-
<span style="display: inline-flex; align-items: center; border-radius: 0.375rem; background-color: rgba(79, 70, 229, 0.1); padding: 0.1rem 0.75rem; font-size: 0.75rem; font-weight: 500; color: #60a5fa; margin-bottom: 2.5px;">
|
38 |
-
Dolphin 2.9.2 Qwen2 72b
|
39 |
-
</span>
|
40 |
-
</div>
|
41 |
-
</div>
|
42 |
</div>
|
43 |
</div>
|
44 |
"""
|
|
|
27 |
<img src="https://huggingface.co/spaces/baconnier/NAPOLEON2/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: left; font-size: 1.5rem; font-weight: 700; margin-bottom: 0.5rem;">Napoléon</h2>
|
31 |
<p style="text-align: left; 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 |
"""
|