Spaces:
Running
on
Zero
Running
on
Zero
Changed background to dark for better readability
Browse files
app.py
CHANGED
|
@@ -453,9 +453,9 @@ def create_interface():
|
|
| 453 |
|
| 454 |
gr.Markdown(
|
| 455 |
"""
|
| 456 |
-
<div style="text-align: center; background: linear-gradient(135deg, #
|
| 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>
|
|
|
|
| 453 |
|
| 454 |
gr.Markdown(
|
| 455 |
"""
|
| 456 |
+
<div style="text-align: center; background: linear-gradient(135deg, #2d3748 0%, #1a202c 100%);
|
| 457 |
+
padding: 20px; border-radius: 15px; margin-bottom: 2rem; border: 1px solid #4a5568;">
|
| 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>
|