Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -406,6 +406,15 @@ body{margin:0;font-family:Nunito,sans-serif;background:#f6f8fb;}
|
|
406 |
</style>
|
407 |
</head>
|
408 |
<body>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
409 |
<div class="tabs" id="tabs"></div>
|
410 |
<div id="content"></div>
|
411 |
|
|
|
406 |
</style>
|
407 |
</head>
|
408 |
<body>
|
409 |
+
<header style="text-align: center; padding: 20px; background: linear-gradient(135deg, #f6f8fb, #e2e8f0); border-bottom: 1px solid #ddd;">
|
410 |
+
<h1 style="margin-bottom: 10px;">🌟 AI Favorite Sites</h1>
|
411 |
+
<p class="description" style="margin-bottom: 15px;">
|
412 |
+
🚀 <strong>Free AI Spaces & Website Gallery</strong> ✨ Save and manage your favorite sites! Supports <span style="background: linear-gradient(135deg, #00c6ff, #0072ff); color: white; padding: 2px 6px; border-radius: 4px; font-size: 12px;">LIVE</span> and <span style="background: linear-gradient(135deg, #ff9a9e, #fad0c4); color: #333; padding: 2px 6px; border-radius: 4px; font-size: 12px;">Static</span> preview modes.
|
413 |
+
</p>
|
414 |
+
<p>
|
415 |
+
<a href="https://discord.gg/openfreeai" target="_blank"><img src="https://img.shields.io/static/v1?label=Discord&message=Openfree%20AI&color=%230000ff&labelColor=%23800080&logo=discord&logoColor=white&style=for-the-badge" alt="badge"></a>
|
416 |
+
</p>
|
417 |
+
</header>
|
418 |
<div class="tabs" id="tabs"></div>
|
419 |
<div id="content"></div>
|
420 |
|