Update app.py
Browse files
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=['man','gear','envelope','phone'],
|
| 31 |
default_index=0,
|
| 32 |
orientation="horizontal"
|
| 33 |
)
|