Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -2,10 +2,10 @@ import streamlit as st
|
|
| 2 |
import math
|
| 3 |
from functools import reduce
|
| 4 |
st.title(":red[**1 : INTRODUCTION TO STATISTICS**]")
|
| 5 |
-
st.markdown("""
|
| 6 |
ANALYSIS itself say’s that it will be dealing with data. In this we will be collecting the data and
|
| 7 |
will be cleaning the data and then we will be analyzing the to get the insights from them. Now
|
| 8 |
-
let us understand the term data.
|
| 9 |
st.header("*What does term data refers to?*")
|
| 10 |
st.subheader(":blue[DATA]")
|
| 11 |
st.markdown("""Data is collection of information which is gathered from observation. There are wide
|
|
|
|
| 2 |
import math
|
| 3 |
from functools import reduce
|
| 4 |
st.title(":red[**1 : INTRODUCTION TO STATISTICS**]")
|
| 5 |
+
st.markdown("""In this field we will be dealing with data by using programing language python. The term DATA
|
| 6 |
ANALYSIS itself say’s that it will be dealing with data. In this we will be collecting the data and
|
| 7 |
will be cleaning the data and then we will be analyzing the to get the insights from them. Now
|
| 8 |
+
let us understand the term data.""")
|
| 9 |
st.header("*What does term data refers to?*")
|
| 10 |
st.subheader(":blue[DATA]")
|
| 11 |
st.markdown("""Data is collection of information which is gathered from observation. There are wide
|