DOMMETI commited on
Commit
d7583b0
·
verified ·
1 Parent(s): 04b80f1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import streamlit as st
2
  st.title(":red[**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
5
  will be cleaning the data and then we will be analyzing the to get the insights from them. Now
6
- let us understand the term data.*")
 
1
  import streamlit as st
2
  st.title(":red[**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
5
  will be cleaning the data and then we will be analyzing the to get the insights from them. Now
6
+ let us understand the term data.")