Spaces:
Sleeping
Sleeping
Update Home.py
Browse files
Home.py
CHANGED
@@ -30,7 +30,7 @@ st.markdown(
|
|
30 |
)
|
31 |
|
32 |
# Innomatics Logo at the top
|
33 |
-
st.image("/mnt/data/1.png",
|
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",
|
|
|
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)
|