corvo7 commited on
Commit
1268bd5
·
verified ·
1 Parent(s): c3edf8b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -5
app.py CHANGED
@@ -2,9 +2,7 @@ import streamlit as st
2
  import pandas as pd
3
  import numpy as np
4
 
5
- st.write("Hello,welcome to streamlit")
6
 
7
-
8
- chart_data = pd.DataFrame(np.random.randn(20, 3), columns=["a", "b", "c"])
9
-
10
- st.area_chart(chart_data)
 
2
  import pandas as pd
3
  import numpy as np
4
 
5
+ st.title("Intro To Statistics")
6
 
7
+ st.subheader("What do we mean by Statistics")
8
+ st.write("It is huge field where we are going to deal with data")