Update app.py
Browse files
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',
|
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...'):
|