Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -121,7 +121,7 @@ TITLE_HTML = """
|
|
121 |
|
122 |
<div style="display: flex; gap: 1.5rem; justify-content: center;">
|
123 |
<div class="model-section">
|
124 |
-
<h2 style="font-size: 1.25rem; color: #e2e8f0; margin-bottom:
|
125 |
<i class="fas fa-brain"></i>
|
126 |
7B Models
|
127 |
</h2>
|
@@ -135,7 +135,7 @@ TITLE_HTML = """
|
|
135 |
</div>
|
136 |
</div>
|
137 |
<div class="model-section">
|
138 |
-
<h2 style="font-size: 1.25rem; color: #e2e8f0; margin-bottom:
|
139 |
<i class="fas fa-rocket"></i>
|
140 |
14B Models
|
141 |
</h2>
|
|
|
121 |
|
122 |
<div style="display: flex; gap: 1.5rem; justify-content: center;">
|
123 |
<div class="model-section">
|
124 |
+
<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;">
|
125 |
<i class="fas fa-brain"></i>
|
126 |
7B Models
|
127 |
</h2>
|
|
|
135 |
</div>
|
136 |
</div>
|
137 |
<div class="model-section">
|
138 |
+
<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;">
|
139 |
<i class="fas fa-rocket"></i>
|
140 |
14B Models
|
141 |
</h2>
|