Spaces:
Build error
Build error
Update app.py
Browse files
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._""")
|