jethrovic commited on
Commit
7fd735b
·
1 Parent(s): 2ab4c57

Update app.py

Browse files

updates the text aspect

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,4 +33,4 @@ if uploaded_image is not None:
33
  # Display the image
34
  st.image(image, caption="Uploaded Image", use_column_width=True)
35
 
36
- st.write(truncated_caption)
 
33
  # Display the image
34
  st.image(image, caption="Uploaded Image", use_column_width=True)
35
 
36
+ st.write(get_caption(image))