rehanafzal commited on
Commit
3bcf905
·
verified ·
1 Parent(s): c238d7d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -124,7 +124,7 @@ if weather:
124
  st.title("Real-Time Smart Grid Dashboard")
125
 
126
  # Tabs
127
- tabs = st.tabs(["Home", "Storage", "Electricity Trade Management"])
128
 
129
  # Home Tab
130
  with tabs[0]:
@@ -180,7 +180,7 @@ with tabs[2]:
180
 
181
  # Sample trade data
182
  trade_data = {
183
- "Country": ["Country A", "Country B", "Country C"],
184
  "Energy Exported (MW)": [50, 30, 70],
185
  "Energy Imported (MW)": [20, 40, 10],
186
  }
 
124
  st.title("Real-Time Smart Grid Dashboard")
125
 
126
  # Tabs
127
+ tabs = st.tabs(["Home", "Power Storage", "Electricity Trade Management"])
128
 
129
  # Home Tab
130
  with tabs[0]:
 
180
 
181
  # Sample trade data
182
  trade_data = {
183
+ "Country": ["Srilanka", "China", "Bangladesh"],
184
  "Energy Exported (MW)": [50, 30, 70],
185
  "Energy Imported (MW)": [20, 40, 10],
186
  }