Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -241,12 +241,9 @@ with gr.Blocks(fill_width=True) as demo:
|
|
| 241 |
# Header with IDs for CSS targeting
|
| 242 |
gr.HTML("""
|
| 243 |
<div style="text-align: center; padding: 40px 20px 30px 20px;">
|
| 244 |
-
<
|
| 245 |
-
LongCat Studio
|
| 246 |
-
</
|
| 247 |
-
<p id="app-subtitle" style="font-size: 20px; color: #86868b; margin-top: 12px; font-weight: 400;">
|
| 248 |
-
AI-powered image generation and editing
|
| 249 |
-
</p>
|
| 250 |
</div>
|
| 251 |
""")
|
| 252 |
|
|
@@ -384,10 +381,7 @@ with gr.Blocks(fill_width=True) as demo:
|
|
| 384 |
# Footer
|
| 385 |
gr.HTML("""
|
| 386 |
<div style="text-align: center; margin-top: 60px; padding: 30px 20px; border-top: 1px solid #d2d2d7;">
|
| 387 |
-
|
| 388 |
-
Powered by LongCat β’ Built with
|
| 389 |
-
<a href="https://huggingface.co/spaces/akhaliq/anycoder" target="_blank" style="color: #007aff; text-decoration: none;">anycoder</a>
|
| 390 |
-
</p>
|
| 391 |
</div>
|
| 392 |
""")
|
| 393 |
|
|
|
|
| 241 |
# Header with IDs for CSS targeting
|
| 242 |
gr.HTML("""
|
| 243 |
<div style="text-align: center; padding: 40px 20px 30px 20px;">
|
| 244 |
+
<h4 id="app-title" style="font-size: 48px; font-weight: 700; margin: 0; color: #1d1d1f; letter-spacing: -0.02em;">
|
| 245 |
+
LongCat-Image Studio
|
| 246 |
+
</h4>
|
|
|
|
|
|
|
|
|
|
| 247 |
</div>
|
| 248 |
""")
|
| 249 |
|
|
|
|
| 381 |
# Footer
|
| 382 |
gr.HTML("""
|
| 383 |
<div style="text-align: center; margin-top: 60px; padding: 30px 20px; border-top: 1px solid #d2d2d7;">
|
| 384 |
+
|
|
|
|
|
|
|
|
|
|
| 385 |
</div>
|
| 386 |
""")
|
| 387 |
|