Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -11,9 +11,9 @@ st.set_page_config(
|
|
11 |
layout="wide",
|
12 |
initial_sidebar_state="expanded",
|
13 |
menu_items={
|
14 |
-
'
|
15 |
-
'
|
16 |
-
'
|
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 |
|