Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
import streamlit as st
|
| 2 |
-
st.header("INTRODCTION TO STATISTICS"
|
| 3 |
st.subheader("statistics")
|
| 4 |
st.write("it is a huge field where we are going to deal with data. Mostly we are dealing with *data* in 4-ways")
|
| 5 |
df = pd.DataFrame
|
|
|
|
| 1 |
import streamlit as st
|
| 2 |
+
st.header("INTRODCTION TO STATISTICS")
|
| 3 |
st.subheader("statistics")
|
| 4 |
st.write("it is a huge field where we are going to deal with data. Mostly we are dealing with *data* in 4-ways")
|
| 5 |
df = pd.DataFrame
|