Update app.py
Browse files
app.py
CHANGED
@@ -22,7 +22,7 @@ with st.sidebar:
|
|
22 |
st.write("GitHub -> [anirudh-hegde](https://www.github.com/anirudh-hegde)")
|
23 |
|
24 |
if pages == "Intro":
|
25 |
-
st.markdown("<br><br><p style='font-size:26px'><strong>MyrmexAI</strong> is a project based on classification of ant species like"
|
26 |
"FireAnts, GhostAnts and WeaverAnts. The model was trained on three datasets using \
|
27 |
CNN and custom layers, achieving an accuracy of 87.9%<br><br></p>", unsafe_allow_html=True)
|
28 |
st.markdown("<h4>How to get started</h4><br>"
|
|
|
22 |
st.write("GitHub -> [anirudh-hegde](https://www.github.com/anirudh-hegde)")
|
23 |
|
24 |
if pages == "Intro":
|
25 |
+
st.markdown("<br><br><p style='font-size:26px'><strong>MyrmexAI</strong> is a project based on classification of ant species like "
|
26 |
"FireAnts, GhostAnts and WeaverAnts. The model was trained on three datasets using \
|
27 |
CNN and custom layers, achieving an accuracy of 87.9%<br><br></p>", unsafe_allow_html=True)
|
28 |
st.markdown("<h4>How to get started</h4><br>"
|