Sreeja6600 commited on
Commit
6458af0
·
verified ·
1 Parent(s): 67f0741

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -0
app.py CHANGED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ import streamlit as st
2
+ st.title("ZERO TO HERO IN MACHINE LEARNING")
3
+
4
+ st.markdown(
5
+ "<h1 style='text-align: center; color:blue'>About the App</h1>",
6
+ unsafe_allow_html=True
7
+ )