euler314 commited on
Commit
c483c20
·
verified ·
1 Parent(s): 84e00e8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2886,7 +2886,7 @@ plt.legend()
2886
  col1, col2 = st.columns([2, 1])
2887
 
2888
  with col1:
2889
- timeout_seconds = st.slider("Execution Timeout (seconds)", 5, 120, 30)
2890
 
2891
  with col2:
2892
  run_btn = st.button("▶️ Run Script", use_container_width=True)
 
2886
  col1, col2 = st.columns([2, 1])
2887
 
2888
  with col1:
2889
+ timeout_seconds = st.slider("Execution Timeout (seconds)", 5, 3600, 30)
2890
 
2891
  with col2:
2892
  run_btn = st.button("▶️ Run Script", use_container_width=True)