rairo commited on
Commit
0e91521
·
verified ·
1 Parent(s): 4347f12

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -75,7 +75,7 @@ def main():
75
  st.sidebar.image("ecomp.png", use_column_width=True)
76
 
77
  with st.sidebar:
78
- tabs = on_hover_tabs(tabName=['Dashboard', 'Map', 'Chat'],
79
  iconName=['dashboard', 'map', 'chat'], default_choice=0)
80
 
81
  if tabs =='Dashboard':
 
75
  st.sidebar.image("ecomp.png", use_column_width=True)
76
 
77
  with st.sidebar:
78
+ tabs = on_hover_tabs(tabName=['Dashboard', 'Map', 'Chat'],
79
  iconName=['dashboard', 'map', 'chat'], default_choice=0)
80
 
81
  if tabs =='Dashboard':