DOMMETI commited on
Commit
285b81c
·
verified ·
1 Parent(s): 1ba83e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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("""_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
 
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