Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -44,8 +44,8 @@ from urllib.parse import quote # Ensure this import is included
|
|
| 44 |
|
| 45 |
# Set page configuration with a title and favicon
|
| 46 |
st.set_page_config(
|
| 47 |
-
page_title="
|
| 48 |
-
page_icon="
|
| 49 |
layout="wide",
|
| 50 |
initial_sidebar_state="expanded",
|
| 51 |
menu_items={
|
|
|
|
| 44 |
|
| 45 |
# Set page configuration with a title and favicon
|
| 46 |
st.set_page_config(
|
| 47 |
+
page_title="📖🔍WordGameAI",
|
| 48 |
+
page_icon="🔍📖",
|
| 49 |
layout="wide",
|
| 50 |
initial_sidebar_state="expanded",
|
| 51 |
menu_items={
|