ehristoforu commited on
Commit
2cbce40
·
verified ·
1 Parent(s): 6e6fd3b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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="Main Menu",
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",