Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -7,13 +7,13 @@ from page4 import sdxl
|
|
7 |
|
8 |
def main():
|
9 |
|
10 |
-
st.title("
|
11 |
|
12 |
with st.sidebar:
|
13 |
selection = option_menu(
|
14 |
menu_title="Main Menu",
|
15 |
options=["Home", "Vanilla Chat", "Chat with Image", "Image Creator"],
|
16 |
-
icons=["
|
17 |
menu_icon="cast",
|
18 |
default_index=1
|
19 |
)
|
|
|
7 |
|
8 |
def main():
|
9 |
|
10 |
+
st.title("Forge Studio")
|
11 |
|
12 |
with st.sidebar:
|
13 |
selection = option_menu(
|
14 |
menu_title="Main Menu",
|
15 |
options=["Home", "Vanilla Chat", "Chat with Image", "Image Creator"],
|
16 |
+
icons=["house", "pencil", "chat", "image"],
|
17 |
menu_icon="cast",
|
18 |
default_index=1
|
19 |
)
|