Dmitry Beresnev commited on
Commit
8ff4dc9
·
1 Parent(s): 84f7cdc

set auto sync by default to active

Browse files
Files changed (1) hide show
  1. app/pages/05_Dashboard.py +1 -1
app/pages/05_Dashboard.py CHANGED
@@ -127,7 +127,7 @@ with st.sidebar:
127
  st.rerun()
128
 
129
  with col2:
130
- auto_refresh = st.checkbox("Auto-refresh", value=False, help="Auto-refresh every 3 minutes")
131
 
132
  if auto_refresh:
133
  st.info("⏱️ Auto-refresh enabled (3 min)")
 
127
  st.rerun()
128
 
129
  with col2:
130
+ auto_refresh = st.checkbox("Auto-refresh", value=True, help="Auto-refresh every 3 minutes")
131
 
132
  if auto_refresh:
133
  st.info("⏱️ Auto-refresh enabled (3 min)")