Katie-Ch commited on
Commit
84aec4a
·
verified ·
1 Parent(s): 4b423db

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +16 -14
app.py CHANGED
@@ -72,13 +72,27 @@ This issue is particularly evident for companies, which are involved in multiple
72
  st.write("""
73
  - for project developers:
74
  - for project verifiers:
75
- +
76
  - for companies/third parties:
77
  """)
78
  st.write("""
79
 
80
 
81
- Whether you\'re a Project Developer or a Verifier, our interface can transform how you interact with the voluntary carbon market.""")
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
82
 
83
 
84
 
@@ -137,16 +151,4 @@ elif page == "About":
137
 
138
 
139
 
140
- tab1, tab2, tab3, tab4 = st.tabs(["Verra", "Carbon Credits", "Voluntary Carbon Market", "NBS"])
141
-
142
- with tab1:
143
- st.header("Verra")
144
- with tab2:
145
- st.header("Carbon Credits")
146
-
147
- with tab3:
148
- st.header("Voluntary Carbon Market")
149
-
150
- with tab4:
151
- st.header("NBS - Natural-based solutions")
152
 
 
72
  st.write("""
73
  - for project developers:
74
  - for project verifiers:
 
75
  - for companies/third parties:
76
  """)
77
  st.write("""
78
 
79
 
80
+ Whether you\'re a Project Developer or a Verifier, our interface can transform how you interact with the voluntary carbon market.
81
+ \n Click on the button to access corresponding portal.""")
82
+
83
+ tab1, tab2, tab3, tab4 = st.tabs(["Verra", "Carbon Credits", "Voluntary Carbon Market", "NBS"])
84
+
85
+ with tab1:
86
+ st.header("Verra")
87
+ with tab2:
88
+ st.header("Carbon Credits")
89
+
90
+ with tab3:
91
+ st.header("Voluntary Carbon Market")
92
+
93
+ with tab4:
94
+ st.header("NBS - Natural-based solutions")
95
+
96
 
97
 
98
 
 
151
 
152
 
153
 
 
 
 
 
 
 
 
 
 
 
 
 
154