awacke1 commited on
Commit
3206c4e
โ€ข
1 Parent(s): d6a9299

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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="๐ŸŽด๐Ÿ“š๐Ÿง CardGameAI",
10
- page_icon="๐ŸŽด",
11
  layout="wide",
12
  initial_sidebar_state="expanded",
13
  menu_items={
 
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={