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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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: #f0f0f0; padding: 15px; border-radius: 10px; color: #333;">
586
- <h3 style="color: #0056b3;">πŸ” <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>
 
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>