adil9858 commited on
Commit
2fdfd07
Β·
verified Β·
1 Parent(s): c3f366c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -135,7 +135,7 @@ if img_file_buffer is not None:
135
  img = Image.open(img_file_buffer)
136
 
137
  # Display the captured image
138
- st.image(img, caption='Captured Image', use_column_width=True)
139
 
140
  # Get and display the description
141
  with st.spinner('πŸ” Analyzing the image...'):
 
135
  img = Image.open(img_file_buffer)
136
 
137
  # Display the captured image
138
+ st.image(img, caption='Captured Image', width=300)
139
 
140
  # Get and display the description
141
  with st.spinner('πŸ” Analyzing the image...'):