Restore manuscript title
Browse files
app.py
CHANGED
|
@@ -2075,7 +2075,10 @@ app.layout = html.Div(
|
|
| 2075 |
),
|
| 2076 |
html.Div(
|
| 2077 |
[
|
| 2078 |
-
html.H1(
|
|
|
|
|
|
|
|
|
|
| 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",
|