Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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="
|
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("""###
|
45 |
st.markdown(f"")
|
46 |
st.markdown(f"")
|
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"")
|
46 |
st.markdown(f"")
|
47 |
#download_link = create_download_link("downloaded_image.png", image_base64)
|