eaglelandsonce commited on
Commit
1040745
1 Parent(s): ad37d09

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -3
app.py CHANGED
@@ -226,7 +226,7 @@ def draw_grid(data, highlight_coords=None):
226
  # Tabs +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
227
 
228
  # Create the main app with three tabs
229
- tab1, tab2, tab3, tab4 = st.tabs(["Introduction","Global Citizen", "Incentive Program", "Control Room"])
230
 
231
 
232
  with tab1:
@@ -658,9 +658,14 @@ with tab3:
658
  st.image(image, caption='Sensor Insentive Program')
659
 
660
 
661
-
662
 
663
- with tab4:
 
 
 
 
 
 
664
 
665
  st.header("Control Room")
666
  st.write("Synthetic data should be used to drive control room")
 
226
  # Tabs +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
227
 
228
  # Create the main app with three tabs
229
+ tab1, tab2, tab3, tab4, tab5 = st.tabs(["Introduction","Global Citizen", "Incentive Program", "Agent Help","Control Room"])
230
 
231
 
232
  with tab1:
 
658
  st.image(image, caption='Sensor Insentive Program')
659
 
660
 
 
661
 
662
+
663
+
664
+
665
+ with tab4:
666
+ st.header("Agent")
667
+
668
+ with tab5:
669
 
670
  st.header("Control Room")
671
  st.write("Synthetic data should be used to drive control room")