ronakreddy18's picture
Create home.py
23a568e verified
raw
history blame
782 Bytes
import streamlit as st
import pandas as pd
import numpy as np
st.markdown("<h1 style='text-align: center; color: Balck;'>Zero to Hero ML</h1>", unsafe_allow_html=True)
st.markdown("<h2 style='color: Black;'>About the App</h2>", unsafe_allow_html=True)
st.markdown(
"<p style='font-size: 16px; color: Blue; font-style: italic;'>"
"This app shares the inspiring journey of an individual who began their data science exploration with no prior knowledge. "
"The app deeply explains about the data science ,generative ai,ai,ml,dl . "
"The app helps in trasnforming a zero level to good standard in the respect coding languages like mentioned above ."
"At last dont forget to give the review for the detailed explanation ."
"</p>",
unsafe_allow_html=True)