awacke1 commited on
Commit
7582d53
·
verified ·
1 Parent(s): 9496a3c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ image_url = "https://cdn-uploads.huggingface.co/production/uploads/620630b603825
36
  image_base64 = get_image_as_base64(image_url)
37
  if image_base64 is not None:
38
  with st.sidebar:
39
- st.markdown("""### Body Map Condition AI""")
40
  st.markdown(f"![image](data:image/png;base64,{image_base64})")
41
  #download_link = create_download_link("downloaded_image.png", image_base64)
42
  #st.markdown(download_link, unsafe_allow_html=True)
 
36
  image_base64 = get_image_as_base64(image_url)
37
  if image_base64 is not None:
38
  with st.sidebar:
39
+ st.markdown("""### Word Game AI 📖✨🔍""")
40
  st.markdown(f"![image](data:image/png;base64,{image_base64})")
41
  #download_link = create_download_link("downloaded_image.png", image_base64)
42
  #st.markdown(download_link, unsafe_allow_html=True)