faizhalas commited on
Commit
e1b3f69
1 Parent(s): 56c8ed5

Implement st.toast once the process is completed.

Browse files
Files changed (1) hide show
  1. pages/3 Bidirected Network.py +1 -1
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
- ('Stemming', 'Lemmatization'), on_change=reset_all)
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',