Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -71,7 +71,7 @@ if st.button("sync"):
|
|
71 |
|
72 |
if st.session_state['sync']:
|
73 |
|
74 |
-
if
|
75 |
st.session_state['selected_branches'] = st.session_state['branches_list']
|
76 |
st.session_state['selected_contributor'] = [] # Reset selected contributor
|
77 |
# Branch selection
|
|
|
71 |
|
72 |
if st.session_state['sync']:
|
73 |
|
74 |
+
if not st.session_state['Recap']:
|
75 |
st.session_state['selected_branches'] = st.session_state['branches_list']
|
76 |
st.session_state['selected_contributor'] = [] # Reset selected contributor
|
77 |
# Branch selection
|