Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Sreeja6600
/
ML1
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Sreeja6600
commited on
Dec 3, 2024
Commit
6458af0
·
verified
·
1 Parent(s):
67f0741
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+7
-0
app.py
CHANGED
Viewed
@@ -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
+
)