Julien Simon commited on
Commit
a59f7b1
1 Parent(s): d8b4075
Files changed (1) hide show
  1. app.py +1 -1
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"[{instance_type}]({url})" if url else instance_type
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: