Sathwikchowdary commited on
Commit
f54f3a9
Β·
verified Β·
1 Parent(s): 2a646a2

Update Home.py

Browse files
Files changed (1) hide show
  1. Home.py +1 -4
Home.py CHANGED
@@ -30,7 +30,7 @@ st.markdown(
30
  )
31
 
32
  # Innomatics Logo at the top
33
- st.image("/mnt/data/1.png", use_container_width=True)
34
 
35
  # App Header
36
  st.markdown("<h1 class='header'>🏏 Cric Metrics - AI-Powered Cricket Insights 🏏</h1>", unsafe_allow_html=True)
@@ -68,6 +68,3 @@ st.markdown(
68
  "</p>",
69
  unsafe_allow_html=True
70
  )
71
-
72
- # Innomatics Logo at the bottom as well (optional)
73
- st.image("1.png", use_container_width=True)
 
30
  )
31
 
32
  # Innomatics Logo at the top
33
+ st.image("1.png", use_container_width=True)
34
 
35
  # App Header
36
  st.markdown("<h1 class='header'>🏏 Cric Metrics - AI-Powered Cricket Insights 🏏</h1>", unsafe_allow_html=True)
 
68
  "</p>",
69
  unsafe_allow_html=True
70
  )