Jacqueline Garrahan
commited on
Check in markdown formatting of links
Browse files
src/display/formatting.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
def model_hyperlink(link, model_name):
|
2 |
-
return f'
|
3 |
|
4 |
|
5 |
def make_clickable_model(full_model_name):
|
|
|
1 |
def model_hyperlink(link, model_name):
|
2 |
+
return f'[{model_name}]({link})'
|
3 |
|
4 |
|
5 |
def make_clickable_model(full_model_name):
|