YEHTUT commited on
Commit
10d2035
·
verified ·
1 Parent(s): 6fff34e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -39,7 +39,7 @@ if uploaded_file is not None:
39
  selected_url = st.selectbox("Select URL for Prediction", url_list)
40
 
41
  # Display the list fo model
42
- selected_model = st.selectbox("Select Model for Prediction", [ 'Logistic Regression', 'Decision Tree', 'KNN', 'XGBoost','Random Forest', 'SVM'])
43
 
44
 
45
  # Remove the first (non-numeric) and last (target) columns
@@ -68,7 +68,7 @@ else:
68
  selected_url = st.selectbox("Select URL for Prediction", url_list)
69
 
70
  # Display the list fo model
71
- selected_model = st.selectbox("Select Model for Prediction", [ 'Logistic Regression', 'Decision Tree', 'KNN', 'XGBoost','Random Forest', 'SVM'])
72
 
73
 
74
  # Remove the first (non-numeric) and last (target) columns
 
39
  selected_url = st.selectbox("Select URL for Prediction", url_list)
40
 
41
  # Display the list fo model
42
+ selected_model = st.selectbox("Select Model for Prediction", [ 'Logistic Regression', 'Decision Tree', 'KNN', 'XGBoost','Random Forest', 'SVM'],index=4)
43
 
44
 
45
  # Remove the first (non-numeric) and last (target) columns
 
68
  selected_url = st.selectbox("Select URL for Prediction", url_list)
69
 
70
  # Display the list fo model
71
+ selected_model = st.selectbox("Select Model for Prediction", [ 'Logistic Regression', 'Decision Tree', 'KNN', 'XGBoost','Random Forest', 'SVM'],index=4)
72
 
73
 
74
  # Remove the first (non-numeric) and last (target) columns