minhthong commited on
Commit
83b449f
1 Parent(s): 506fd1a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ with st.sidebar:
19
  sac.MenuItem('Trang chủ', icon='house-fill'),
20
  sac.MenuItem('FiO Advisor', icon='box-fill', children=[
21
  sac.MenuItem('Danh mục phân tích', icon='apple'),
22
- sac.MenuItem('Flash Deal', icon='apple'),
23
  ]),
24
  ], open_all=True)
25
 
 
19
  sac.MenuItem('Trang chủ', icon='house-fill'),
20
  sac.MenuItem('FiO Advisor', icon='box-fill', children=[
21
  sac.MenuItem('Danh mục phân tích', icon='apple'),
22
+ sac.MenuItem('Flash Deal', icon='bi bi-lightning-fill'),
23
  ]),
24
  ], open_all=True)
25