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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +11 -0
app.py CHANGED
@@ -120,3 +120,14 @@ elif page == "About":
120
  st.write("The project aims to...")
121
 
122
 
 
 
 
 
 
 
 
 
 
 
 
 
120
  st.write("The project aims to...")
121
 
122
 
123
+
124
+ tab1, tab2, tab3 = st.tabs(["Verra", "Carbon Credits", "Voluntary Carbon Market"])
125
+
126
+ with tab1:
127
+ st.header("Verra")
128
+ with tab2:
129
+ st.header("Carbon Credits")
130
+
131
+ with tab3:
132
+ st.header("Voluntary Carbon Market")
133
+