Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -279,7 +279,7 @@ def main():
|
|
279 |
# Manual refresh button
|
280 |
if st.button("Refresh Now"):
|
281 |
st.session_state.last_interaction = time.time()
|
282 |
-
st.
|
283 |
|
284 |
# Run the app
|
285 |
if __name__ == "__main__":
|
|
|
279 |
# Manual refresh button
|
280 |
if st.button("Refresh Now"):
|
281 |
st.session_state.last_interaction = time.time()
|
282 |
+
st.rerun()
|
283 |
|
284 |
# Run the app
|
285 |
if __name__ == "__main__":
|