Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
| 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':
|