dixisouls commited on
Commit
29bc501
·
1 Parent(s): 2d5237f

Changed background to dark for better readability

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, #f8f9ff 0%, #e8f0ff 100%);
457
- padding: 20px; border-radius: 15px; margin-bottom: 2rem; border: 1px solid #e1e8f7;">
458
- <p style="margin: 0; font-size: 1.1em; color: #4a5568;">
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>