Prasanna1622 commited on
Commit
f2db6d4
·
verified ·
1 Parent(s): 123c8d1

Update modules/visuals.py

Browse files
Files changed (1) hide show
  1. 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