Harika22's picture
Update app.py
2bce384 verified
raw
history blame
551 Bytes
import streamlit as st
page_element="""
<style>
[data-testid="stAppViewContainer"]{
background-image: url("https://cdn-uploads.huggingface.co/production/uploads/66bde9bf3c885d04498227a0/u9SXpMjOOHQ5jXpq2eQqx.jpeg")
background-size: cover;
}
</style>
"""
st.markdown(page_element, unsafe_allow_html=True)
st.markdown("<h1>Zero to Hero in ML</h1>", unsafe_allow_html=True)
st.caption("The Evolution of Intelligence Begins Here")
st.write("")
st.write("Explore the features of this app with stunning visuals and intuitive design.")