Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Sathwikchowdary
/
Zero_to_Hero_ML
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Sathwikchowdary
commited on
Dec 3, 2024
Commit
00e19a1
·
verified
·
1 Parent(s):
26350e1
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+5
-0
app.py
ADDED
Viewed
@@ -0,0 +1,5 @@
1
+
import streamlit as st
2
+
import pandas as pd
3
+
import numpy as np
4
+
st.tittle("Zero to Hero ML")
5
+
st.subheader("About the app")