Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
import streamlit as st
|
|
|
|
| 2 |
st.title(":red[**1 : INTRODUCTION TO STATISTICS**]")
|
| 3 |
st.markdown("""_In this field we will be dealing with data by using programing language python. The term DATA
|
| 4 |
ANALYSIS itself say’s that it will be dealing with data. In this we will be collecting the data and
|
|
|
|
| 1 |
import streamlit as st
|
| 2 |
+
import math
|
| 3 |
st.title(":red[**1 : INTRODUCTION TO STATISTICS**]")
|
| 4 |
st.markdown("""_In this field we will be dealing with data by using programing language python. The term DATA
|
| 5 |
ANALYSIS itself say’s that it will be dealing with data. In this we will be collecting the data and
|