Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -134,7 +134,7 @@ TITLE_HTML = """
|
|
134 |
<div style="display: flex; gap: 1.5rem; justify-content: center;">
|
135 |
<div class="model-section">
|
136 |
<h2 style="font-size: 1.25rem; color: #e2e8f0; margin-bottom: 1.4rem; margin-top: 1px; font-weight: 600; display: flex; align-items: center; justify-content: center; gap: 0.7rem;">
|
137 |
-
<i class="
|
138 |
Geneva Models
|
139 |
</h2>
|
140 |
<div style="display: grid; grid-auto-flow: column; gap: 0.75rem; overflow-x: auto; white-space: nowrap;">
|
|
|
134 |
<div style="display: flex; gap: 1.5rem; justify-content: center;">
|
135 |
<div class="model-section">
|
136 |
<h2 style="font-size: 1.25rem; color: #e2e8f0; margin-bottom: 1.4rem; margin-top: 1px; font-weight: 600; display: flex; align-items: center; justify-content: center; gap: 0.7rem;">
|
137 |
+
<i class="fa-solid fa-sparkles"></i>
|
138 |
Geneva Models
|
139 |
</h2>
|
140 |
<div style="display: grid; grid-auto-flow: column; gap: 0.75rem; overflow-x: auto; white-space: nowrap;">
|