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