Spaces:
Running
Running
Commit
·
dc4da1d
1
Parent(s):
02e2b41
init
Browse files
app.py
CHANGED
|
@@ -977,7 +977,7 @@ def create_app():
|
|
| 977 |
">
|
| 978 |
<span style="color: white; font-weight: 600; font-size: 1.0em;">
|
| 979 |
{t('news_banner_prefix', 'en')}
|
| 980 |
-
<a href="https://
|
| 981 |
color: white;
|
| 982 |
text-decoration: none;
|
| 983 |
border-bottom: 1px solid rgba(255,255,255,0.5);
|
|
@@ -1324,7 +1324,7 @@ def create_app():
|
|
| 1324 |
<div class="breathing-banner" style="background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); margin: 5px auto 5px auto; padding: 6px 40px; border-radius: 20px; max-width: 700px; box-shadow: 0 2px 8px rgba(102, 126, 234, 0.3); text-align: center;">
|
| 1325 |
<span style="color: white; font-weight: 600; font-size: 1.0em;">
|
| 1326 |
{t('news_banner_prefix', lang)}
|
| 1327 |
-
<a href="https://
|
| 1328 |
{t('news_banner_link', lang)}
|
| 1329 |
</a>
|
| 1330 |
</span>
|
|
|
|
| 977 |
">
|
| 978 |
<span style="color: white; font-weight: 600; font-size: 1.0em;">
|
| 979 |
{t('news_banner_prefix', 'en')}
|
| 980 |
+
<a href="https://huggingface.co/spaces/Selfit/Text-to-Image-Pro" target="_blank" style="
|
| 981 |
color: white;
|
| 982 |
text-decoration: none;
|
| 983 |
border-bottom: 1px solid rgba(255,255,255,0.5);
|
|
|
|
| 1324 |
<div class="breathing-banner" style="background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); margin: 5px auto 5px auto; padding: 6px 40px; border-radius: 20px; max-width: 700px; box-shadow: 0 2px 8px rgba(102, 126, 234, 0.3); text-align: center;">
|
| 1325 |
<span style="color: white; font-weight: 600; font-size: 1.0em;">
|
| 1326 |
{t('news_banner_prefix', lang)}
|
| 1327 |
+
<a href="https://huggingface.co/spaces/Selfit/Text-to-Image-Pro" target="_blank" style="color: white; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,0.5); transition: all 0.3s ease;" onmouseover="this.style.borderBottom='1px solid white'" onmouseout="this.style.borderBottom='1px solid rgba(255,255,255,0.5)'">
|
| 1328 |
{t('news_banner_link', lang)}
|
| 1329 |
</a>
|
| 1330 |
</span>
|