dixisouls commited on
Commit
670063f
·
1 Parent(s): e0acb15

Removed light bg and added dark for better readability

Browse files
Files changed (1) hide show
  1. app.py +4 -5
app.py CHANGED
@@ -453,15 +453,14 @@ def create_interface():
453
 
454
  gr.Markdown(
455
  """
456
- <div style="text-align: center; background: linear-gradient(135deg, #f7fafc 0%, #edf2f7 100%);
457
- padding: 20px; border-radius: 15px; margin-bottom: 2rem; border: 1px solid #cbd5e0;">
458
- <p style="margin: 0; font-size: 1.1em; color: #2d3748;">
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):