Spaces:
Running
Running
Update app.py
Browse files
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:
|
544 |
-
<h3 style="color:
|
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>
|