geninhu commited on
Commit
fe146a2
1 Parent(s): d32179b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -99,7 +99,7 @@ def main():
99
 
100
  with st.sidebar:
101
  st_lottie(lottie_penguin, height=200)
102
- choose = option_menu(["Model Gallery", "Create your own images"],
103
  #icons=['house', 'camera fill'],
104
  menu_icon="app-indicator", default_index=0,
105
  styles={"container": {"border-radius": ".0rem"}}
 
99
 
100
  with st.sidebar:
101
  st_lottie(lottie_penguin, height=200)
102
+ choose = option_menu(None, ["Model Gallery", "Create your own images"],
103
  #icons=['house', 'camera fill'],
104
  menu_icon="app-indicator", default_index=0,
105
  styles={"container": {"border-radius": ".0rem"}}