awacke1 commited on
Commit
eb36f1f
·
verified ·
1 Parent(s): a48447d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("""### Mixable Card Game AI""")
67
  st.markdown(f"![image](data:image/png;base64,{image_base64})")
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"![image](data:image/png;base64,{image_base64})")
68
  #download_link = create_download_link("downloaded_image.png", image_base64)
69
  #st.markdown(download_link, unsafe_allow_html=True)