wi-lab commited on
Commit
06ce8d9
·
verified ·
1 Parent(s): fe8e38f

Update app.py

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