mansesa3 commited on
Commit
19acbc1
·
verified ·
1 Parent(s): 8ff623d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ def predict_pokemon(image):
31
 
32
  # Streamlit interface
33
  st.title("Pokemon Classifier")
34
- st.write("Welches Pokemon wählst du?")
35
 
36
  # Upload image
37
  uploaded_image = st.file_uploader("Choose an image...", type=["jpg", "png"])
 
31
 
32
  # Streamlit interface
33
  st.title("Pokemon Classifier")
34
+ st.write("Welches Pokemon hast du ausgewählt?")
35
 
36
  # Upload image
37
  uploaded_image = st.file_uploader("Choose an image...", type=["jpg", "png"])