za3karia commited on
Commit
27daf46
·
verified ·
1 Parent(s): c1c41b2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -71,7 +71,7 @@ if st.button("sync"):
71
 
72
  if st.session_state['sync']:
73
 
74
- if !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
 
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