Spaces:
Sleeping
Sleeping
Updated Readme
Browse files
README.md
CHANGED
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
### Pokemon Classification
|
2 |
|
3 |
Finds the pokemon type of any string you enter. Demo can be found [here](http://pokeidentifier.herokuapp.com/)
|
|
|
1 |
+
---
|
2 |
+
title: Poketype Identifier
|
3 |
+
emoji: ππΎ
|
4 |
+
colorFrom: "#FFD700"
|
5 |
+
colorTo: "#FFA500"
|
6 |
+
sdk: python
|
7 |
+
sdk_version: 0.4.0
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
---
|
11 |
+
|
12 |
### Pokemon Classification
|
13 |
|
14 |
Finds the pokemon type of any string you enter. Demo can be found [here](http://pokeidentifier.herokuapp.com/)
|