Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -33,14 +33,14 @@ import streamlit.components.v1 as components # Import Streamlit Components for
|
|
33 |
|
34 |
# Set page configuration with a title and favicon
|
35 |
st.set_page_config(
|
36 |
-
page_title="
|
37 |
-
page_icon="
|
38 |
layout="wide",
|
39 |
initial_sidebar_state="expanded",
|
40 |
menu_items={
|
41 |
'Get Help': 'https://huggingface.co/awacke1',
|
42 |
-
'Report a bug': "https://huggingface.co/spaces/awacke1
|
43 |
-
'About':
|
44 |
}
|
45 |
)
|
46 |
|
|
|
33 |
|
34 |
# Set page configuration with a title and favicon
|
35 |
st.set_page_config(
|
36 |
+
page_title="🧠💪 Body Map AI",
|
37 |
+
page_icon="💪🧠",
|
38 |
layout="wide",
|
39 |
initial_sidebar_state="expanded",
|
40 |
menu_items={
|
41 |
'Get Help': 'https://huggingface.co/awacke1',
|
42 |
+
'Report a bug': "https://huggingface.co/spaces/awacke1",
|
43 |
+
'About': 🧠💪 Body Map AI By Aaron Wacker - https://huggingface.co/awacke1"
|
44 |
}
|
45 |
)
|
46 |
|