Spaces:
Runtime error
Runtime error
updating color scheme
Browse files
app.py
CHANGED
|
@@ -167,7 +167,7 @@ with demo:
|
|
| 167 |
elem_id="model_types",
|
| 168 |
value=["pretrained","fine-tuned","chat-models","merges/moerges"])
|
| 169 |
|
| 170 |
-
color = '#
|
| 171 |
def make_clickable(row):
|
| 172 |
return f'<a href="https://huggingface.co/{row["Model"]}" target="_blank" style="color: {color}; text-decoration: underline;">{row["Model"]}</a>'
|
| 173 |
|
|
|
|
| 167 |
elem_id="model_types",
|
| 168 |
value=["pretrained","fine-tuned","chat-models","merges/moerges"])
|
| 169 |
|
| 170 |
+
color = '#2f82d4'
|
| 171 |
def make_clickable(row):
|
| 172 |
return f'<a href="https://huggingface.co/{row["Model"]}" target="_blank" style="color: {color}; text-decoration: underline;">{row["Model"]}</a>'
|
| 173 |
|