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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -7,13 +7,13 @@ from page4 import sdxl
7
 
8
  def main():
9
 
10
- st.title("Chat With Gemini AI")
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=["home", "pencil", "bird", "image"],
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
  )