Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -63,7 +63,7 @@ image_url = "https://cdn-uploads.huggingface.co/production/uploads/620630b603825
|
|
63 |
image_base64 = get_image_as_base64(image_url)
|
64 |
if image_base64 is not None:
|
65 |
with st.sidebar:
|
66 |
-
st.markdown("""###
|
67 |
st.markdown(f"")
|
68 |
#download_link = create_download_link("downloaded_image.png", image_base64)
|
69 |
#st.markdown(download_link, unsafe_allow_html=True)
|
|
|
63 |
image_base64 = get_image_as_base64(image_url)
|
64 |
if image_base64 is not None:
|
65 |
with st.sidebar:
|
66 |
+
st.markdown("""### Body Map Condition AI""")
|
67 |
st.markdown(f"")
|
68 |
#download_link = create_download_link("downloaded_image.png", image_base64)
|
69 |
#st.markdown(download_link, unsafe_allow_html=True)
|