Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mehrdad-dev committed Jan 2, 2022
1 parent d66778e commit 907523c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ def gen_random_images(images, k=3):
st.image(selected_image, width=224,
use_column_width=False, caption='Selected Image')

star = "If you got an error, just choose an image from the options in the drop-down section."
st.markdown(star, unsafe_allow_html=True)

# =============================================================================


Expand Down

0 comments on commit 907523c

Please sign in to comment.