awacke1 commited on
Commit
12491ca
·
verified ·
1 Parent(s): c89981a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -359,8 +359,8 @@ if selected_image_base64 is not None:
359
  st.markdown(f"![image](data:image/png;base64,{selected_image_base64})")
360
 
361
  # Create and display the download link
362
- download_link = create_download_link("downloaded_image.png", selected_image_base64)
363
- st.markdown(download_link, unsafe_allow_html=True)
364
  else:
365
  st.sidebar.write("Failed to load the image.")
366
  # ---- Art Card Sidebar with random selection of image.
 
359
  st.markdown(f"![image](data:image/png;base64,{selected_image_base64})")
360
 
361
  # Create and display the download link
362
+ #download_link = create_download_link("downloaded_image.png", selected_image_base64)
363
+ #st.markdown(download_link, unsafe_allow_html=True)
364
  else:
365
  st.sidebar.write("Failed to load the image.")
366
  # ---- Art Card Sidebar with random selection of image.