livinNector commited on
Commit
7abc63e
·
1 Parent(s): 87abfbf

added spaces config in readme

Browse files
Files changed (1) hide show
  1. README.md +12 -6
README.md CHANGED
@@ -1,11 +1,17 @@
1
  ---
2
- title: Poke Dash
3
- emoji: 🐨
4
- colorFrom: gray
5
  colorTo: gray
6
  sdk: docker
7
- pinned: false
8
- license: mit
9
  ---
10
 
11
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
1
  ---
2
+ title: Pokemon Dash Explorer
3
+ emoji: 🦄
4
+ colorFrom: purple
5
  colorTo: gray
6
  sdk: docker
7
+ app_port: 7860
 
8
  ---
9
 
10
+ # pokemon-dash
11
+
12
+ A Dash based app for exploring Pokemons.
13
+
14
+ # Dataset
15
+ Dataset is taken from https://www.kaggle.com/datasets/rounakbanik/pokemon and preprocessed.
16
+ Image urls are taken from seribii.net and has the urls of format https://serebii.net/scarletviolet/pokemon/new/{pokemon_num}.png
17
+