mclemcrew commited on
Commit
5153ab3
1 Parent(s): 0ef44ed

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +2 -2
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', 'Log'],
170
- icons=['house','lightbulb','heart-half', 'house'],
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'