Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -359,8 +359,8 @@ if selected_image_base64 is not None:
|
|
| 359 |
st.markdown(f"")
|
| 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"")
|
| 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.
|