Spaces:
Sleeping
Sleeping
Julien Simon
commited on
Commit
•
a59f7b1
1
Parent(s):
d8b4075
Update
Browse files
app.py
CHANGED
@@ -115,7 +115,7 @@ def display_results(model_name):
|
|
115 |
|
116 |
# Create a hyperlink for the instance type
|
117 |
instance_type_link = (
|
118 |
-
f"
|
119 |
)
|
120 |
|
121 |
if "configurations" in config:
|
|
|
115 |
|
116 |
# Create a hyperlink for the instance type
|
117 |
instance_type_link = (
|
118 |
+
f'<a href="{url}">{instance_type}</a>' if url else instance_type
|
119 |
)
|
120 |
|
121 |
if "configurations" in config:
|