Update README.md
Browse files
README.md
CHANGED
|
@@ -1,20 +1,25 @@
|
|
| 1 |
---
|
| 2 |
-
title: Seaborn Matplotlib Visual Lab
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
-
sdk: docker
|
| 7 |
-
app_port: 8501
|
| 8 |
-
tags:
|
| 9 |
-
- streamlit
|
| 10 |
-
pinned: false
|
| 11 |
-
short_description: 'Interactive Streamlit lab '
|
| 12 |
-
license: apache-2.0
|
| 13 |
-
---
|
| 14 |
|
| 15 |
-
|
|
|
|
| 16 |
|
| 17 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
|
| 19 |
-
|
| 20 |
-
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: "Seaborn + Matplotlib Visual Lab"
|
| 3 |
+
emoji: "📊"
|
| 4 |
+
colorFrom: "indigo"
|
| 5 |
+
colorTo: "pink"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
|
| 7 |
+
sdk: "docker"
|
| 8 |
+
app_port: 8501
|
| 9 |
|
| 10 |
+
short_description: "Interactive gallery of Seaborn/Matplotlib recipes."
|
| 11 |
+
tags:
|
| 12 |
+
- "streamlit"
|
| 13 |
+
- "data-visualization"
|
| 14 |
+
- "matplotlib"
|
| 15 |
+
- "seaborn"
|
| 16 |
+
- "eda"
|
| 17 |
+
- "python"
|
| 18 |
+
- "data-science"
|
| 19 |
+
- "learning-resources"
|
| 20 |
|
| 21 |
+
suggested_hardware: "cpu-upgrade"
|
| 22 |
+
pinned: true
|
| 23 |
+
license: "apache-2.0"
|
| 24 |
+
thumbnail: "https://huggingface.co/spaces/tarekmasryo/seaborn-matplotlib-visual-lab/resolve/main/assets/thumbnail.png"
|
| 25 |
+
---
|