baumgshe commited on
Commit
98287b0
1 Parent(s): 1c7cf51

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -35,6 +35,7 @@ def predict_pokemon(image):
35
  # Streamlit interface
36
  st.title("Pokemon Classification Tool")
37
  st.write("To classify between Pikachu, Raichu and Snorlax.")
 
38
 
39
  # Upload image
40
  uploaded_image = st.file_uploader("Choose an image...", type=["jpg", "png"])
 
35
  # Streamlit interface
36
  st.title("Pokemon Classification Tool")
37
  st.write("To classify between Pikachu, Raichu and Snorlax.")
38
+ st.write("Please insert a picture of one of the above mentioned Pokemons")
39
 
40
  # Upload image
41
  uploaded_image = st.file_uploader("Choose an image...", type=["jpg", "png"])