Spaces:
Running
Running
a-v-bely
commited on
Commit
·
43a5c2a
1
Parent(s):
b348501
cosmetics
Browse files- requirements.txt +11 -10
- utilities_database/user_database_widgets.py +2 -2
requirements.txt
CHANGED
@@ -1,14 +1,15 @@
|
|
1 |
-
deta>=1.
|
2 |
nltk>=3.8.1
|
3 |
-
spacy>=3.7.
|
4 |
-
torch>=2.
|
5 |
gensim>=4.3.2
|
6 |
-
|
|
|
7 |
pymorphy2>=0.9.1
|
8 |
-
trycourier>=
|
9 |
-
streamlit==1.
|
10 |
-
argon2-cffi>=21.
|
11 |
-
cryptography>=
|
12 |
-
transformers>=4.
|
13 |
-
streamlit-extras>=0.
|
14 |
ru_core_news_lg @ https://github.com/explosion/spacy-models/releases/download/ru_core_news_lg-3.7.0/ru_core_news_lg-3.7.0-py3-none-any.whl
|
|
|
1 |
+
deta>=1.2.0
|
2 |
nltk>=3.8.1
|
3 |
+
spacy>=3.7.2
|
4 |
+
torch>=2.1.0
|
5 |
gensim>=4.3.2
|
6 |
+
pandas>=2.2.0
|
7 |
+
requests>=2.31.0
|
8 |
pymorphy2>=0.9.1
|
9 |
+
trycourier>=5.0.0
|
10 |
+
streamlit==1.28.0
|
11 |
+
argon2-cffi>=21.3.0
|
12 |
+
cryptography>=42.0.3
|
13 |
+
transformers>=4.37.2
|
14 |
+
streamlit-extras>=0.4.0
|
15 |
ru_core_news_lg @ https://github.com/explosion/spacy-models/releases/download/ru_core_news_lg-3.7.0/ru_core_news_lg-3.7.0-py3-none-any.whl
|
utilities_database/user_database_widgets.py
CHANGED
@@ -104,7 +104,7 @@ class LogIn:
|
|
104 |
self.cookies['__streamlit_login_signup_ui_username__'] = user_name
|
105 |
self.cookies.save()
|
106 |
del_login.empty()
|
107 |
-
st.
|
108 |
|
109 |
@staticmethod
|
110 |
def sign_up_widget() -> None:
|
@@ -247,7 +247,7 @@ class LogIn:
|
|
247 |
st.session_state['LOGGED_IN'] = False
|
248 |
self.cookies['__streamlit_login_signup_ui_username__'] = '1c9a923f-fb21-4a91-b3f3-5f18e3f01182'
|
249 |
del_logout.empty()
|
250 |
-
st.
|
251 |
|
252 |
@staticmethod
|
253 |
def navigation():
|
|
|
104 |
self.cookies['__streamlit_login_signup_ui_username__'] = user_name
|
105 |
self.cookies.save()
|
106 |
del_login.empty()
|
107 |
+
st.rerun()
|
108 |
|
109 |
@staticmethod
|
110 |
def sign_up_widget() -> None:
|
|
|
247 |
st.session_state['LOGGED_IN'] = False
|
248 |
self.cookies['__streamlit_login_signup_ui_username__'] = '1c9a923f-fb21-4a91-b3f3-5f18e3f01182'
|
249 |
del_logout.empty()
|
250 |
+
st.rerun()
|
251 |
|
252 |
@staticmethod
|
253 |
def navigation():
|