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