awacke1 commited on
Commit
753f915
1 Parent(s): 55d7401

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -11,9 +11,9 @@ st.set_page_config(
11
  layout="wide",
12
  initial_sidebar_state="expanded",
13
  menu_items={
14
- 'Aaron on HF': 'https://huggingface.co/awacke1',
15
- 'Web Dataset Downloader': "https://huggingface.co/spaces/awacke1/WebDataDownload",
16
- 'MJ': "# Midjourney: https://discord.com/channels/@me/997514686608191558"
17
  }
18
  )
19
 
 
11
  layout="wide",
12
  initial_sidebar_state="expanded",
13
  menu_items={
14
+ 'Get Help': 'https://huggingface.co/awacke1',
15
+ 'Report a bug': "https://huggingface.co/spaces/awacke1/WebDataDownload",
16
+ 'About': "# Midjourney: https://discord.com/channels/@me/997514686608191558"
17
  }
18
  )
19