DOMMETI commited on
Commit
650d02a
·
verified ·
1 Parent(s): 7682622

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._""")