Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -115,7 +115,7 @@ def main():
|
|
115 |
st.markdown(process_sheet(sheet), unsafe_allow_html=True)
|
116 |
|
117 |
if 'last_captured' in st.session_state and time.time() - st.session_state['last_captured'] > snapshot_interval:
|
118 |
-
st.
|
119 |
|
120 |
if __name__ == "__main__":
|
121 |
main()
|
|
|
115 |
st.markdown(process_sheet(sheet), unsafe_allow_html=True)
|
116 |
|
117 |
if 'last_captured' in st.session_state and time.time() - st.session_state['last_captured'] > snapshot_interval:
|
118 |
+
st.rerun()
|
119 |
|
120 |
if __name__ == "__main__":
|
121 |
main()
|