annapurnapadmaprema-ji commited on
Commit
d84bb40
·
verified ·
1 Parent(s): 603711f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ if uploaded_file is not None:
33
 
34
  img = Image.open(uploaded_file)
35
  img_resized = img.resize((100, 100))
36
- st.image(img_resized, caption="Uploaded Image.", use_container_width=True)
37
 
38
 
39
  if st.button('Classify'):
 
33
 
34
  img = Image.open(uploaded_file)
35
  img_resized = img.resize((100, 100))
36
+ st.image(img_resized, caption="Uploaded Image.", use_container_width=False)
37
 
38
 
39
  if st.button('Classify'):