Spaces:
Sleeping
Sleeping
Code changes
Browse files
app.py
CHANGED
|
@@ -400,7 +400,7 @@ def build_app():
|
|
| 400 |
docs_content = docs_path.read_text(encoding="utf-8")
|
| 401 |
|
| 402 |
with gr.Blocks(css=css_str) as demo:
|
| 403 |
-
gr.Markdown("##
|
| 404 |
gr.HTML(scoreboard_html)
|
| 405 |
gr.Markdown(docs_content)
|
| 406 |
|
|
|
|
| 400 |
docs_content = docs_path.read_text(encoding="utf-8")
|
| 401 |
|
| 402 |
with gr.Blocks(css=css_str) as demo:
|
| 403 |
+
gr.Markdown("## 🧠 Brain2vec ↗️ Leaderboard")
|
| 404 |
gr.HTML(scoreboard_html)
|
| 405 |
gr.Markdown(docs_content)
|
| 406 |
|
css.css
CHANGED
|
@@ -1,19 +1,14 @@
|
|
| 1 |
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;600;700&display=swap');
|
| 2 |
|
| 3 |
/* Global Styles */
|
| 4 |
-
|
| 5 |
font-family: "IBM Plex Mono", monospace !important;
|
| 6 |
-
font-size:
|
| 7 |
-
font-weight: 400 !important;
|
| 8 |
line-height: 1.5 !important;
|
| 9 |
-
}
|
| 10 |
|
| 11 |
/* Basic page styling (optional) */
|
| 12 |
html, body {
|
| 13 |
-
font-family: "IBM Plex Mono", monospace !important;
|
| 14 |
-
font-size: 18px !important;
|
| 15 |
-
font-weight: 400 !important;
|
| 16 |
-
line-height: 1.5 !important;
|
| 17 |
margin: 0;
|
| 18 |
padding: 0;
|
| 19 |
background: #fff;
|
|
|
|
| 1 |
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;600;700&display=swap');
|
| 2 |
|
| 3 |
/* Global Styles */
|
| 4 |
+
* {
|
| 5 |
font-family: "IBM Plex Mono", monospace !important;
|
| 6 |
+
font-size: 16px !important;
|
|
|
|
| 7 |
line-height: 1.5 !important;
|
| 8 |
+
}
|
| 9 |
|
| 10 |
/* Basic page styling (optional) */
|
| 11 |
html, body {
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
margin: 0;
|
| 13 |
padding: 0;
|
| 14 |
background: #fff;
|
docs.md
CHANGED
|
@@ -1,5 +1,3 @@
|
|
| 1 |
-
# Brain2Vec Leaderboard
|
| 2 |
-
|
| 3 |
This leaderboard compares **autoencoder embedding models** for 3D structural MRIs, focusing on both **reconstruction performance** and **downstream tasks**.
|
| 4 |
|
| 5 |
### Evaluations
|
|
|
|
|
|
|
|
|
|
| 1 |
This leaderboard compares **autoencoder embedding models** for 3D structural MRIs, focusing on both **reconstruction performance** and **downstream tasks**.
|
| 2 |
|
| 3 |
### Evaluations
|