Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -135,7 +135,7 @@ if not all([account_sid, auth_token, GROQ_API_KEY]):
|
|
135 |
GROQ_API_KEY = st.text_input("GROQ API Key", type="password", value=GROQ_API_KEY or "")
|
136 |
|
137 |
enable_autorefresh = st.checkbox("π Enable Auto-Refresh", value=True)
|
138 |
-
interval_seconds = st.selectbox("Refresh Interval (seconds)", options=[5, 10, 15, 30, 60], index=
|
139 |
|
140 |
if enable_autorefresh:
|
141 |
st_autorefresh(interval=interval_seconds * 1000, key="auto-refresh")
|
|
|
135 |
GROQ_API_KEY = st.text_input("GROQ API Key", type="password", value=GROQ_API_KEY or "")
|
136 |
|
137 |
enable_autorefresh = st.checkbox("π Enable Auto-Refresh", value=True)
|
138 |
+
interval_seconds = st.selectbox("Refresh Interval (seconds)", options=[5, 10, 15, 30, 60], index=4)
|
139 |
|
140 |
if enable_autorefresh:
|
141 |
st_autorefresh(interval=interval_seconds * 1000, key="auto-refresh")
|