wi-lab commited on
Commit
2195d41
·
verified ·
1 Parent(s): d4383d0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -540,8 +540,8 @@ with gr.Blocks(css="""
540
 
541
  # Explanation section with creative spacing and minimal design
542
  gr.Markdown("""
543
- <div style="background-color: #f0f0f0; padding: 15px; border-radius: 10px; color: #333;">
544
- <h3 style="color: #0056b3;">📡 <b>Beam Prediction Task</b></h3>
545
  <ul style="padding-left: 20px;">
546
  <li><b>🎯 Goal</b>: Predict the strongest <b>mmWave beam</b> from a predefined codebook using Sub-6 GHz channels.</li>
547
  <li><b>⚙️ Adjust Settings</b>: Use the sliders to control the training data percentage and task complexity (beam count) to explore model performance.</li>
 
540
 
541
  # Explanation section with creative spacing and minimal design
542
  gr.Markdown("""
543
+ <div style="background-color: var(--primary-background); padding: 15px; border-radius: 10px; color: var(--text-primary);">
544
+ <h3 style="color: var(--text-primary);">📡 <b>Beam Prediction Task</b></h3>
545
  <ul style="padding-left: 20px;">
546
  <li><b>🎯 Goal</b>: Predict the strongest <b>mmWave beam</b> from a predefined codebook using Sub-6 GHz channels.</li>
547
  <li><b>⚙️ Adjust Settings</b>: Use the sliders to control the training data percentage and task complexity (beam count) to explore model performance.</li>