mandali8686 commited on
Commit
2603547
1 Parent(s): b292f8e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -23,9 +23,7 @@ def transform_image(image):
23
 
24
  st.title("Animal Facial Expression Recognition")
25
 
26
- # Slider
27
- x = st.slider('Select a value')
28
- st.write(x, 'squared is', x * x)
29
 
30
  # File uploader
31
  uploaded_file = st.file_uploader("Choose an image...", type=["jpg", "png", "jpeg"])
 
23
 
24
  st.title("Animal Facial Expression Recognition")
25
 
26
+
 
 
27
 
28
  # File uploader
29
  uploaded_file = st.file_uploader("Choose an image...", type=["jpg", "png", "jpeg"])