Katie-Ch commited on
Commit
c83cb2c
·
verified ·
1 Parent(s): dc548e8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -121,7 +121,7 @@ elif page == "About":
121
 
122
 
123
 
124
- tab1, tab2, tab3 = st.tabs(["Verra", "Carbon Credits", "Voluntary Carbon Market"])
125
 
126
  with tab1:
127
  st.header("Verra")
@@ -131,3 +131,6 @@ with tab2:
131
  with tab3:
132
  st.header("Voluntary Carbon Market")
133
 
 
 
 
 
121
 
122
 
123
 
124
+ tab1, tab2, tab3, tab4 = st.tabs(["Verra", "Carbon Credits", "Voluntary Carbon Market", "NBS"])
125
 
126
  with tab1:
127
  st.header("Verra")
 
131
  with tab3:
132
  st.header("Voluntary Carbon Market")
133
 
134
+ with tab4:
135
+ st.header("NBS - Natural-based solutions")
136
+