Currently, when a user uploads an image (e.g., for image-based story submission), there's no preview shown. This can lead to confusion or incorrect file uploads.
💡 Proposed Solution:
-After uploading an image using st.file_uploader(), show a preview using st.image() before submission.
-Mention allowed formats (e.g., PNG, JPG) and file size .
-Display image dimensions or name as confirmation.
’d like to work on this enhancement. Please assign this issue to me ☺.
Currently, when a user uploads an image (e.g., for image-based story submission), there's no preview shown. This can lead to confusion or incorrect file uploads.
💡 Proposed Solution:
-After uploading an image using st.file_uploader(), show a preview using st.image() before submission.
-Mention allowed formats (e.g., PNG, JPG) and file size .
-Display image dimensions or name as confirmation.
’d like to work on this enhancement. Please assign this issue to me ☺.