Commit
β’
0aae9bf
1
Parent(s):
8d2bf77
Update pages/2_π©πΌβπ¬ Describe Domain.py
Browse files
pages/2_π©πΌβπ¬ Describe Domain.py
CHANGED
@@ -100,7 +100,7 @@ with tab_domain_perspectives:
|
|
100 |
|
101 |
perspectives = st.session_state.get(
|
102 |
"perspectives",
|
103 |
-
[
|
104 |
)
|
105 |
perspectives_container = st.container()
|
106 |
|
@@ -131,7 +131,7 @@ with tab_domain_topics:
|
|
131 |
)
|
132 |
topics = st.session_state.get(
|
133 |
"topics",
|
134 |
-
[
|
135 |
)
|
136 |
topics_container = st.container()
|
137 |
topics = [
|
|
|
100 |
|
101 |
perspectives = st.session_state.get(
|
102 |
"perspectives",
|
103 |
+
["Family Farmer"],
|
104 |
)
|
105 |
perspectives_container = st.container()
|
106 |
|
|
|
131 |
)
|
132 |
topics = st.session_state.get(
|
133 |
"topics",
|
134 |
+
["Soil Health", "Crop Rotation", "Livestock Management"],
|
135 |
)
|
136 |
topics_container = st.container()
|
137 |
topics = [
|