Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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',
|
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
|