rubenroy commited on
Commit
0077bf2
Β·
verified Β·
1 Parent(s): 1ee8b3b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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: 1rem; 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,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: 1rem; 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>
 
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>