awacke1 commited on
Commit
78b5c6a
·
verified ·
1 Parent(s): 98586f1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
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="🌌🚀 Mixable AI - Voice Search",
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/WebDataDownload",
43
- 'About': "# Midjourney: https://discord.com/channels/@me/997514686608191558"
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