ronakreddy18 commited on
Commit
23a568e
·
verified ·
1 Parent(s): ea88b4d

Create home.py

Browse files
Files changed (1) hide show
  1. home.py +16 -0
home.py ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import streamlit as st
2
+ import pandas as pd
3
+ import numpy as np
4
+ st.markdown("<h1 style='text-align: center; color: Balck;'>Zero to Hero ML</h1>", unsafe_allow_html=True)
5
+ st.markdown("<h2 style='color: Black;'>About the App</h2>", unsafe_allow_html=True)
6
+ st.markdown(
7
+ "<p style='font-size: 16px; color: Blue; font-style: italic;'>"
8
+ "This app shares the inspiring journey of an individual who began their data science exploration with no prior knowledge. "
9
+ "The app deeply explains about the data science ,generative ai,ai,ml,dl . "
10
+ "The app helps in trasnforming a zero level to good standard in the respect coding languages like mentioned above ."
11
+ "At last dont forget to give the review for the detailed explanation ."
12
+ "</p>",
13
+ unsafe_allow_html=True)
14
+
15
+
16
+