Archisman Karmakar
commited on
Commit
·
dc87ce4
1
Parent(s):
50d6ab0
Update app_main_hf.py
Browse files- app_main_hf.py +1 -1
app_main_hf.py
CHANGED
@@ -102,7 +102,7 @@ def main():
|
|
102 |
|
103 |
if time.time() - st.session_state.last_run > 3600:
|
104 |
st.session_state.clear()
|
105 |
-
st.
|
106 |
|
107 |
if "current_page" not in st.session_state:
|
108 |
st.session_state.current_page = None
|
|
|
102 |
|
103 |
if time.time() - st.session_state.last_run > 3600:
|
104 |
st.session_state.clear()
|
105 |
+
st.rerun()
|
106 |
|
107 |
if "current_page" not in st.session_state:
|
108 |
st.session_state.current_page = None
|