eaglelandsonce commited on
Commit
d34c961
1 Parent(s): d2de9c2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -5
app.py CHANGED
@@ -345,7 +345,7 @@ def draw_grid(data, highlight_coords=None):
345
  # Tabs +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
346
 
347
  # Create the main app with three tabs
348
- tab1, tab2, tab3, tab4, tab5, tab6 = st.tabs(["Introduction","Global Citizen", "Incentive Program", "Agent Help", "Residential", "Team Thanks"])
349
 
350
 
351
  with tab1:
@@ -1121,10 +1121,7 @@ with tab5:
1121
 
1122
 
1123
 
1124
- with tab6:
1125
-
1126
- st.header("Thanks to the Team")
1127
- st.write("Synthetic data should be used to drive control room")
1128
 
1129
 
1130
 
 
345
  # Tabs +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
346
 
347
  # Create the main app with three tabs
348
+ tab1, tab2, tab3, tab4, tab5 = st.tabs(["Introduction","Global Citizen", "Incentive Program", "Agent Help", "Residential"])
349
 
350
 
351
  with tab1:
 
1121
 
1122
 
1123
 
1124
+
 
 
 
1125
 
1126
 
1127