Spaces:
Running
Running
Zekun Wu
commited on
Commit
·
39ddee7
1
Parent(s):
34162d5
update
Browse files- pages/1_Injection.py +1 -0
pages/1_Injection.py
CHANGED
@@ -132,6 +132,7 @@ else:
|
|
132 |
)
|
133 |
|
134 |
if st.button("Reset Experiment Settings"):
|
|
|
135 |
st.session_state.occupation = "Programmer"
|
136 |
st.session_state.group_name = "Gender"
|
137 |
st.session_state.privilege_label = "Male"
|
|
|
132 |
)
|
133 |
|
134 |
if st.button("Reset Experiment Settings"):
|
135 |
+
st.session_state.sample_size = 1
|
136 |
st.session_state.occupation = "Programmer"
|
137 |
st.session_state.group_name = "Gender"
|
138 |
st.session_state.privilege_label = "Male"
|