Sathwikchowdary commited on
Commit
2303388
Β·
verified Β·
1 Parent(s): d99adf7

Update Home.py

Browse files
Files changed (1) hide show
  1. Home.py +2 -2
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_column_width=True)
34
 
35
  # App Header
36
  st.markdown("<h1 class='header'>🏏 Cric Metrics - AI-Powered Cricket Insights 🏏</h1>", unsafe_allow_html=True)
@@ -70,4 +70,4 @@ st.markdown(
70
  )
71
 
72
  # Innomatics Logo at the bottom as well (optional)
73
- st.image("/mnt/data/1.png", use_column_width=True)
 
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)
 
70
  )
71
 
72
  # Innomatics Logo at the bottom as well (optional)
73
+ st.image("/mnt/data/1.png", use_container_width=True)