josephsoo commited on
Commit
6bf3ac7
·
1 Parent(s): 66ea684

Restore manuscript title

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -2075,7 +2075,10 @@ app.layout = html.Div(
2075
  ),
2076
  html.Div(
2077
  [
2078
- html.H1("Neural decoder selection beyond held-out performance"),
 
 
 
2079
  html.P(
2080
  "Interactive results for 23 methods across motor, visual, speech and spatial decoding tasks.",
2081
  className="lede",
 
2075
  ),
2076
  html.Div(
2077
  [
2078
+ html.H1(
2079
+ "Benchmarking Neural Decoders for Brain-Computer Interfaces "
2080
+ "and Neural Population Analysis"
2081
+ ),
2082
  html.P(
2083
  "Interactive results for 23 methods across motor, visual, speech and spatial decoding tasks.",
2084
  className="lede",