Spaces:
Running
Running
Commit
·
4bfabee
1
Parent(s):
35c4671
Update app.py
Browse files
app.py
CHANGED
@@ -69,6 +69,13 @@ with st.sidebar:
|
|
69 |
["About", "Generate image", "Interpolation", "Collection2Collection", "Contact"],
|
70 |
icons=['house', 'camera fill', 'bi bi-youtube', 'book', 'person lines fill'],
|
71 |
menu_icon="app-indicator", default_index=0,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
72 |
)
|
73 |
st.sidebar.markdown(
|
74 |
"""
|
|
|
69 |
["About", "Generate image", "Interpolation", "Collection2Collection", "Contact"],
|
70 |
icons=['house', 'camera fill', 'bi bi-youtube', 'book', 'person lines fill'],
|
71 |
menu_icon="app-indicator", default_index=0,
|
72 |
+
styles={
|
73 |
+
"container": {"padding": "5!important", "background-color": "#fafafa"},
|
74 |
+
"icon": {"color": "orange", "font-size": "25px"},
|
75 |
+
"nav-link": {"font-size": "16px", "text-align": "left", "margin": "0px",
|
76 |
+
"--hover-color": "#eee"},
|
77 |
+
"nav-link-selected": {"background-color": "#02ab21"},
|
78 |
+
}
|
79 |
)
|
80 |
st.sidebar.markdown(
|
81 |
"""
|