Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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"}}
|