Spaces:
Running
Running
Implement st.toast once the process is completed.
Browse files
pages/3 Bidirected Network.py
CHANGED
@@ -84,7 +84,7 @@ if uploaded_file is not None:
|
|
84 |
with col1:
|
85 |
method = st.selectbox(
|
86 |
'Choose method',
|
87 |
-
('
|
88 |
with col2:
|
89 |
keyword = st.selectbox(
|
90 |
'Choose column',
|
|
|
84 |
with col1:
|
85 |
method = st.selectbox(
|
86 |
'Choose method',
|
87 |
+
('Lemmatization', 'Stemming'), on_change=reset_all)
|
88 |
with col2:
|
89 |
keyword = st.selectbox(
|
90 |
'Choose column',
|