dixisouls commited on
Commit
83fe1fc
·
1 Parent(s): f4bd108

Change feature text color to black

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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, #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>
 
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>