awacke1 commited on
Commit
af61814
·
verified ·
1 Parent(s): 390f8dc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -6,8 +6,8 @@ from urllib.parse import quote # Ensure this import is included
6
 
7
  # Set page configuration with a title and favicon
8
  st.set_page_config(
9
- page_title="🌌🚀 Mixable AI - Voice Search",
10
- page_icon="🌠",
11
  layout="wide",
12
  initial_sidebar_state="expanded",
13
  menu_items={
@@ -41,7 +41,7 @@ image_base64 = get_image_as_base64(image_url)
41
  image_base642 = get_image_as_base64(image_url2)
42
  if image_base64 is not None:
43
  with st.sidebar:
44
- st.markdown("""### Mixable Card Game AI""")
45
  st.markdown(f"![image](data:image/png;base64,{image_base64})")
46
  st.markdown(f"![image](data:image/png;base64,{image_base642})")
47
  #download_link = create_download_link("downloaded_image.png", image_base64)
 
6
 
7
  # Set page configuration with a title and favicon
8
  st.set_page_config(
9
+ page_title="🎴📚🧠CardGameAI",
10
+ page_icon="🎴",
11
  layout="wide",
12
  initial_sidebar_state="expanded",
13
  menu_items={
 
41
  image_base642 = get_image_as_base64(image_url2)
42
  if image_base64 is not None:
43
  with st.sidebar:
44
+ st.markdown("""### 🎴📚🧠CardGameAI""")
45
  st.markdown(f"![image](data:image/png;base64,{image_base64})")
46
  st.markdown(f"![image](data:image/png;base64,{image_base642})")
47
  #download_link = create_download_link("downloaded_image.png", image_base64)