Spaces:
Sleeping
Sleeping
Update modules/visuals.py
Browse files- modules/visuals.py +0 -1
modules/visuals.py
CHANGED
@@ -6,7 +6,6 @@ import streamlit as st
|
|
6 |
def display_dashboard(filtered_df):
|
7 |
st.title("VIEP Smart Poles Dashboard")
|
8 |
|
9 |
-
ef display_dashboard(df: pd.DataFrame):
|
10 |
st.subheader("📊 System Summary")
|
11 |
col1, col2, col3, col4 = st.columns(4)
|
12 |
|
|
|
6 |
def display_dashboard(filtered_df):
|
7 |
st.title("VIEP Smart Poles Dashboard")
|
8 |
|
|
|
9 |
st.subheader("📊 System Summary")
|
10 |
col1, col2, col3, col4 = st.columns(4)
|
11 |
|