tarekmasryo commited on
Commit
a727589
·
verified ·
1 Parent(s): 0d51bbb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -16
README.md CHANGED
@@ -1,20 +1,25 @@
1
  ---
2
- title: Seaborn Matplotlib Visual Lab
3
- emoji: 🚀
4
- colorFrom: red
5
- colorTo: red
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
- # Welcome to Streamlit!
 
16
 
17
- Edit `/src/streamlit_app.py` to customize this app to your heart's desire. :heart:
 
 
 
 
 
 
 
 
 
18
 
19
- If you have any questions, checkout our [documentation](https://docs.streamlit.io) and [community
20
- forums](https://discuss.streamlit.io).
 
 
 
 
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
+ ---