faizhalas commited on
Commit
762ceed
1 Parent(s): 532995b

Set Lemmatization as default

Browse files
Files changed (1) hide show
  1. pages/1 Keywords Stem.py +1 -1
pages/1 Keywords Stem.py CHANGED
@@ -88,7 +88,7 @@ if uploaded_file is not None:
88
  with col1:
89
  method = st.selectbox(
90
  'Choose method',
91
- ('Stemming', 'Lemmatization'), on_change=reset_data)
92
  with col2:
93
  keyword = st.selectbox(
94
  'Choose column',
 
88
  with col1:
89
  method = st.selectbox(
90
  'Choose method',
91
+ ('Lemmatization', 'Stemming'), on_change=reset_data)
92
  with col2:
93
  keyword = st.selectbox(
94
  'Choose column',