Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -301,7 +301,7 @@ def main():
|
|
301 |
|
302 |
# Sidebar for navigation
|
303 |
st.sidebar.title("Navigation")
|
304 |
-
page = st.sidebar.radio("Go to", ["Dashboard", "Data Explorer","About"
|
305 |
|
306 |
if page == "Dashboard":
|
307 |
display_dashboard(df)
|
|
|
301 |
|
302 |
# Sidebar for navigation
|
303 |
st.sidebar.title("Navigation")
|
304 |
+
page = st.sidebar.radio("Go to", ["Dashboard", "Data Explorer","About"])
|
305 |
|
306 |
if page == "Dashboard":
|
307 |
display_dashboard(df)
|