awacke1 commited on
Commit
6733817
·
verified ·
1 Parent(s): e9139bd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -310,11 +310,11 @@ def create_download_link(filename, base64_str):
310
 
311
  # List of image URLs
312
  image_urls = [
313
- "https://cdn-uploads.huggingface.co/production/uploads/620630b603825909dcbeba35/f1RmBh0D92Lm7eJXg0q32.png",
314
- "https://cdn-uploads.huggingface.co/production/uploads/620630b603825909dcbeba35/gv1xmIiXh1NGTeeV-cYF2.png",
315
- "https://cdn-uploads.huggingface.co/production/uploads/620630b603825909dcbeba35/2YsnDyc_nDNW71PPKozdN.png",
316
- "https://cdn-uploads.huggingface.co/production/uploads/620630b603825909dcbeba35/G_GkRD_IT3f14K7gWlbwi.png",
317
- "https://cdn-uploads.huggingface.co/production/uploads/620630b603825909dcbeba35/2-KfxcuXRcTFiHf4XlNsX.png"
318
  ]
319
 
320
  # Select a random URL from the list
@@ -325,7 +325,7 @@ selected_image_base64 = get_image_as_base64(selected_image_url)
325
 
326
  if selected_image_base64 is not None:
327
  with st.sidebar:
328
- st.markdown("""### Word Game AI""")
329
  # Display the image
330
  st.markdown(f"![image](data:image/png;base64,{selected_image_base64})")
331
 
 
310
 
311
  # List of image URLs
312
  image_urls = [
313
+ "https://cdn-uploads.huggingface.co/production/uploads/620630b603825909dcbeba35/KGvIFUpU1N-X2tX8hMRva.png",
314
+ "https://cdn-uploads.huggingface.co/production/uploads/620630b603825909dcbeba35/KvmVfcpAbowZIxcViGMmd.png",
315
+ "https://cdn-uploads.huggingface.co/production/uploads/620630b603825909dcbeba35/_ANl0q3ZGDa9CxQqpUmYP.png",
316
+ "https://cdn-uploads.huggingface.co/production/uploads/620630b603825909dcbeba35/SIGnnyVv7eLu8NnrtxdQP.png",
317
+ "https://cdn-uploads.huggingface.co/production/uploads/620630b603825909dcbeba35/5u06M9ue8FXK6Dsi2SF-I.png"
318
  ]
319
 
320
  # Select a random URL from the list
 
325
 
326
  if selected_image_base64 is not None:
327
  with st.sidebar:
328
+ st.markdown("""### Graphic Novel AI""")
329
  # Display the image
330
  st.markdown(f"![image](data:image/png;base64,{selected_image_base64})")
331