geninhu commited on
Commit
d32179b
·
1 Parent(s): 61f553a

Update app.py

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