Spaces:
Configuration error
Configuration error
Update README.md
Browse files
README.md
CHANGED
@@ -1,20 +1,22 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
-
emoji:
|
4 |
colorFrom: blue
|
5 |
colorTo: indigo
|
6 |
sdk: static
|
7 |
app_file: index.html
|
8 |
-
python_version:
|
9 |
tags:
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
thumbnail:
|
|
|
|
|
14 |
---
|
15 |
|
16 |
# Welcome to My Marimo Test Space
|
17 |
|
18 |
This Space showcases interactive notebooks and visualizations built with Marimo.
|
19 |
|
20 |
-
Feel free to explore the notebooks and apps included here.
|
|
|
1 |
---
|
2 |
+
title: My Marimo Test Space
|
3 |
+
emoji: 📊
|
4 |
colorFrom: blue
|
5 |
colorTo: indigo
|
6 |
sdk: static
|
7 |
app_file: index.html
|
8 |
+
python_version: '3.13'
|
9 |
tags:
|
10 |
+
- marimo
|
11 |
+
- notebooks
|
12 |
+
- visualization
|
13 |
+
thumbnail: thumbnail.png
|
14 |
+
license: apache-2.0
|
15 |
+
short_description: Short desc
|
16 |
---
|
17 |
|
18 |
# Welcome to My Marimo Test Space
|
19 |
|
20 |
This Space showcases interactive notebooks and visualizations built with Marimo.
|
21 |
|
22 |
+
Feel free to explore the notebooks and apps included here.
|