Spaces:
Running
Running
Update app.py
Browse files
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,
|
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)
|