Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -100,11 +100,11 @@ def main():
|
|
| 100 |
|
| 101 |
with st.sidebar:
|
| 102 |
st_lottie(lottie_penguin, height=200)
|
| 103 |
-
choose = option_menu(None, ["Model Gallery", "Create your own images"],
|
| 104 |
-
icons=['stack', 'file-plus'],
|
| 105 |
menu_icon="cast", default_index=0,
|
| 106 |
styles={
|
| 107 |
-
"container": {"padding": ".0rem", "font-size": "14px"},
|
| 108 |
"nav-link-selected": {"color": "#000000", "font-size": "16px"},
|
| 109 |
}
|
| 110 |
)
|
|
|
|
| 100 |
|
| 101 |
with st.sidebar:
|
| 102 |
st_lottie(lottie_penguin, height=200)
|
| 103 |
+
choose = option_menu(None, ["Model Gallery", "Create your own images", "Style mix"],
|
| 104 |
+
icons=['stack', 'file-plus', 'toggles'],
|
| 105 |
menu_icon="cast", default_index=0,
|
| 106 |
styles={
|
| 107 |
+
"container": {"padding": ".0rem", "font-size": "14px", "background-color": "#11ffee00"},
|
| 108 |
"nav-link-selected": {"color": "#000000", "font-size": "16px"},
|
| 109 |
}
|
| 110 |
)
|