anirudh06 commited on
Commit
c6604c2
·
verified ·
1 Parent(s): 011ae2f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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>"