Sathwikchowdary commited on
Commit
00e19a1
1 Parent(s): 26350e1

Create app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py ADDED
@@ -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")