Spaces:
Running
Running
a-v-bely commited on
Commit ·
de297e0
1
Parent(s): d35b11d
Replace experimental_rerun with just rerun
Browse files
utilities_database/user_database_widgets.py
CHANGED
|
@@ -105,7 +105,7 @@ class LogIn:
|
|
| 105 |
self.cookies['__streamlit_login_signup_ui_username__'] = user_name
|
| 106 |
self.cookies.save()
|
| 107 |
del_login.empty()
|
| 108 |
-
st.
|
| 109 |
|
| 110 |
@staticmethod
|
| 111 |
def sign_up_widget() -> None:
|
|
@@ -249,7 +249,7 @@ class LogIn:
|
|
| 249 |
st.session_state['LOGGED_IN'] = False
|
| 250 |
self.cookies['__streamlit_login_signup_ui_username__'] = '1c9a923f-fb21-4a91-b3f3-5f18e3f01182'
|
| 251 |
del_logout.empty()
|
| 252 |
-
st.
|
| 253 |
|
| 254 |
@staticmethod
|
| 255 |
def navigation():
|
|
|
|
| 105 |
self.cookies['__streamlit_login_signup_ui_username__'] = user_name
|
| 106 |
self.cookies.save()
|
| 107 |
del_login.empty()
|
| 108 |
+
st.rerun()
|
| 109 |
|
| 110 |
@staticmethod
|
| 111 |
def sign_up_widget() -> None:
|
|
|
|
| 249 |
st.session_state['LOGGED_IN'] = False
|
| 250 |
self.cookies['__streamlit_login_signup_ui_username__'] = '1c9a923f-fb21-4a91-b3f3-5f18e3f01182'
|
| 251 |
del_logout.empty()
|
| 252 |
+
st.rerun()
|
| 253 |
|
| 254 |
@staticmethod
|
| 255 |
def navigation():
|