JaganathC commited on
Commit
3395ade
·
1 Parent(s): df767fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -168,7 +168,7 @@ else:
168
 
169
 
170
 
171
- selected_models = st.multiselect("Choose Classifier Models", ('Random Forest', 'Naïve Bayes', 'Logistic Regression', 'Decision Tree', 'Gradient Boosting', 'LightGBM', 'XGBoost', 'Multilayer Perceptron', 'Artificial Neural Network', 'Support Vector Machine'))
172
  st.write(''' ''')
173
 
174
  # Initialize an empty list to store the selected models
 
168
 
169
 
170
 
171
+ selected_models = st.multiselect("Choose Classifier Models", ('Random Forest', 'Naïve Bayes', 'Logistic Regression', 'Decision Tree', 'XGBoost'))
172
  st.write(''' ''')
173
 
174
  # Initialize an empty list to store the selected models