Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -582,8 +582,8 @@ with gr.Blocks(css="""
|
|
582 |
|
583 |
# Explanation section with creative spacing
|
584 |
gr.Markdown("""
|
585 |
-
<div style="background-color:
|
586 |
-
<h3 style="color:
|
587 |
<ul style="padding-left: 20px;">
|
588 |
<li><b>π― Goal</b>: Classify whether a channel is <b>LoS</b> (Line-of-Sight) or <b>NLoS</b> (Non-Line-of-Sight) with very small LWM CLS embeddings.</li>
|
589 |
<li><b>π Dataset</b>: Use the default dataset (a combination of six scenarios from the DeepMIMO dataset) or upload your own dataset in <b>h5py</b> format.</li>
|
|
|
582 |
|
583 |
# Explanation section with creative spacing
|
584 |
gr.Markdown("""
|
585 |
+
<div style="background-color: var(--primary-background); padding: 15px; border-radius: 10px; color: var(--text-primary);">
|
586 |
+
<h3 style="color: var(--text-primary);">π <b>LoS/NLoS Classification Task</b></h3>
|
587 |
<ul style="padding-left: 20px;">
|
588 |
<li><b>π― Goal</b>: Classify whether a channel is <b>LoS</b> (Line-of-Sight) or <b>NLoS</b> (Non-Line-of-Sight) with very small LWM CLS embeddings.</li>
|
589 |
<li><b>π Dataset</b>: Use the default dataset (a combination of six scenarios from the DeepMIMO dataset) or upload your own dataset in <b>h5py</b> format.</li>
|