Spaces:
Sleeping
Sleeping
| import streamlit as st | |
| # Title with HTML styling | |
| st.markdown( | |
| "<h1 style='text-align: center; color: black;'>Zero to Hero in ML</h1>", | |
| unsafe_allow_html=True) | |
| st.caption("The Evolution of Intelligence starts here...") | |
| st.markdown(""" | |
| <div style="text-align: center;"> | |
| <img src="https://cdn-uploads.huggingface.co/production/uploads/66bde9bf3c885d04498227a0/NLAkcMZIeWXy91N9QwvQf.png" width = 400> | |
| </div> | |
| """, | |
| unsafe_allow_html=True) |