Beasto commited on
Commit
b26d8d1
·
1 Parent(s): 9c05ce9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ def loadimg(path):
27
  selected = option_menu(
28
  menu_title=None,
29
  options = ['About me','Tools and Experience','Projects','Contacts'],
30
- icons=['man','gear','envelope','phone'],
31
  default_index=0,
32
  orientation="horizontal"
33
  )
 
27
  selected = option_menu(
28
  menu_title=None,
29
  options = ['About me','Tools and Experience','Projects','Contacts'],
30
+ icons=['house','gear','book','phone'],
31
  default_index=0,
32
  orientation="horizontal"
33
  )