Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -163,7 +163,7 @@ else:
|
|
163 |
conversation_sid = st.text_input("Enter Conversation SID manually", value="")
|
164 |
|
165 |
enable_autorefresh = st.checkbox("π Enable Auto-Refresh", value=True)
|
166 |
-
interval_seconds = st.selectbox("Refresh Interval (seconds)", options=[5, 10, 15, 30, 60], index=
|
167 |
|
168 |
if enable_autorefresh:
|
169 |
st_autorefresh(interval=interval_seconds * 1000, key="auto-refresh")
|
|
|
163 |
conversation_sid = st.text_input("Enter Conversation SID manually", value="")
|
164 |
|
165 |
enable_autorefresh = st.checkbox("π Enable Auto-Refresh", value=True)
|
166 |
+
interval_seconds = st.selectbox("Refresh Interval (seconds)", options=[5, 10, 15, 30, 60], index=4)
|
167 |
|
168 |
if enable_autorefresh:
|
169 |
st_autorefresh(interval=interval_seconds * 1000, key="auto-refresh")
|