Beasto commited on
Commit
ef90340
·
1 Parent(s): 0e9a5b1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -96,13 +96,13 @@ if selected == 'Tools and Experience':
96
  st.image(loadimg('Linear.png'),use_column_width=False)
97
  st.write("Linear Regression")
98
  with col2:
99
- st.image(loadimg('logistic.jpg'),use_column_width=False)
100
  st.write("Logistic Regression")
101
  with col3:
102
  st.image(loadimg('naive bayes.png'),use_column_width=False)
103
  st.write("Naive Bayes Classifier")
104
  with col4:
105
- st.image(loadimg('DecisionTree.jpg'),use_column_width=False)
106
  st.write("Decision Tree Classiifer")
107
 
108
  elif selected == 'Projects':
 
96
  st.image(loadimg('Linear.png'),use_column_width=False)
97
  st.write("Linear Regression")
98
  with col2:
99
+ st.image(loadimg('logistic.png'),use_column_width=False)
100
  st.write("Logistic Regression")
101
  with col3:
102
  st.image(loadimg('naive bayes.png'),use_column_width=False)
103
  st.write("Naive Bayes Classifier")
104
  with col4:
105
+ st.image(loadimg('DecisionTree.png'),use_column_width=False)
106
  st.write("Decision Tree Classiifer")
107
 
108
  elif selected == 'Projects':