Spaces:
Running
on
Zero
Running
on
Zero
Removed light bg and added dark for better readability
Browse files
app.py
CHANGED
|
@@ -453,15 +453,14 @@ def create_interface():
|
|
| 453 |
|
| 454 |
gr.Markdown(
|
| 455 |
"""
|
| 456 |
-
<div style="text-align: center; background:
|
| 457 |
-
padding: 20px; border-radius: 15px; margin-bottom: 2rem; border: 1px solid #
|
| 458 |
-
<p style="margin: 0; font-size: 1.1em; color: #
|
| 459 |
🎯 <strong>Modern Architecture:</strong> RoPE • RMSNorm • SwiGLU • Multi-Head Attention<br>
|
| 460 |
✨ <strong>Features:</strong> Text Generation • Configurable Sampling • GPU Accelerated
|
| 461 |
</p>
|
| 462 |
</div>
|
| 463 |
-
""",
|
| 464 |
-
elem_classes=["info-box"]
|
| 465 |
)
|
| 466 |
|
| 467 |
with gr.Row(equal_height=True):
|
|
|
|
| 453 |
|
| 454 |
gr.Markdown(
|
| 455 |
"""
|
| 456 |
+
<div style="text-align: center; background: #1a1a1a;
|
| 457 |
+
padding: 20px; border-radius: 15px; margin-bottom: 2rem; border: 1px solid #333;">
|
| 458 |
+
<p style="margin: 0; font-size: 1.1em; color: #ffffff;">
|
| 459 |
🎯 <strong>Modern Architecture:</strong> RoPE • RMSNorm • SwiGLU • Multi-Head Attention<br>
|
| 460 |
✨ <strong>Features:</strong> Text Generation • Configurable Sampling • GPU Accelerated
|
| 461 |
</p>
|
| 462 |
</div>
|
| 463 |
+
""",
|
|
|
|
| 464 |
)
|
| 465 |
|
| 466 |
with gr.Row(equal_height=True):
|