audrey06100 commited on
Commit
f006739
·
verified ·
1 Parent(s): 1fb1b4e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -44,7 +44,7 @@ Once all template channels are filled, you will be directed to **Mapping Results
44
  ### Mapping Results
45
  After completing the previous steps, your channels will be aligned with the template channels required by our models.
46
  - In case there are still some channels that haven't been mapped, we will automatically batch and optimally assign them to the template. This ensures that even channels not initially mapped will still be included in the final results.
47
- - Once the channel mapping process is completed, a **JSON file** containing the mapping results will be generated. This file is necessary only if you plan to run the models using the <a href="">source code</a>; otherwise, you can ignore it.
48
 
49
  ## 2. Decode data
50
  After clicking on ``Run`` button, we will process your EEG data based on the mapping results. If necessary, your data will be devided into batches and run the models on each batch sequentially, ensuring that all channels are properly processed.
@@ -224,7 +224,7 @@ with gr.Blocks() as demo:
224
  gr.Markdown(intro)
225
  with gr.Row():
226
 
227
- with gr.Column():
228
  with gr.Row(variant='panel'):
229
  with gr.Column():
230
  gr.Markdown("# 1.Channel Mapping")
 
44
  ### Mapping Results
45
  After completing the previous steps, your channels will be aligned with the template channels required by our models.
46
  - In case there are still some channels that haven't been mapped, we will automatically batch and optimally assign them to the template. This ensures that even channels not initially mapped will still be included in the final results.
47
+ - Once the mapping process is completed, a **JSON file** containing the mapping results will be generated. This file is necessary only if you plan to run the models using the <a href="">source code</a>; otherwise, you can ignore it.
48
 
49
  ## 2. Decode data
50
  After clicking on ``Run`` button, we will process your EEG data based on the mapping results. If necessary, your data will be devided into batches and run the models on each batch sequentially, ensuring that all channels are properly processed.
 
224
  gr.Markdown(intro)
225
  with gr.Row():
226
 
227
+ with gr.Column(variant='panel'):
228
  with gr.Row(variant='panel'):
229
  with gr.Column():
230
  gr.Markdown("# 1.Channel Mapping")