shuv25 commited on
Commit
9ae7c89
·
verified ·
1 Parent(s): 7077f0d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ def create_agent_card(title, description, features, url, color, status="active")
18
 
19
  if status == "active":
20
  button = f"""
21
- <a href="{url}" target="_blank" class="launch-btn" style='
22
  display: block;
23
  text-align: center;
24
  padding: 14px;
 
18
 
19
  if status == "active":
20
  button = f"""
21
+ <a href="{url}" target="_blank" rel="noopener noreferrer" class="launch-btn" style='
22
  display: block;
23
  text-align: center;
24
  padding: 14px;