Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
@@ -166,8 +166,8 @@ def artist_page():
|
|
166 |
def spr_sidebar():
|
167 |
menu=option_menu(
|
168 |
menu_title=None,
|
169 |
-
options=['Home','Recommended','Counter'
|
170 |
-
icons=['house','lightbulb','heart-half'
|
171 |
menu_icon='cast',
|
172 |
default_index=0,
|
173 |
orientation='horizontal'
|
|
|
166 |
def spr_sidebar():
|
167 |
menu=option_menu(
|
168 |
menu_title=None,
|
169 |
+
options=['Home','Recommended','Counter'],
|
170 |
+
icons=['house','lightbulb','heart-half'],
|
171 |
menu_icon='cast',
|
172 |
default_index=0,
|
173 |
orientation='horizontal'
|