sree4411 commited on
Commit
0c42970
·
verified ·
1 Parent(s): 73ddd24

Update Home.py

Browse files
Files changed (1) hide show
  1. Home.py +13 -0
Home.py CHANGED
@@ -1,4 +1,17 @@
1
  import streamlit as st
 
 
 
 
 
 
 
 
 
 
 
 
 
2
 
3
  st.title(":red[Zero To Hero In ML]")
4
 
 
1
  import streamlit as st
2
+ st.markdown(
3
+ """
4
+ <style>
5
+ .stApp {
6
+ background-image: url("https://huggingface.co/spaces/sree4411/Zero_To_Hero_In_MachineLearning/resolve/main/bckg_img.avif");
7
+ background-size: cover;
8
+ background-repeat: no-repeat;
9
+ background-attachment: fixed;
10
+ }
11
+ </style>
12
+ """,
13
+ unsafe_allow_html=True
14
+ )
15
 
16
  st.title(":red[Zero To Hero In ML]")
17