Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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;
|