Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -47,7 +47,7 @@ st.markdown("""
|
|
| 47 |
st.title(":red[**1 : INTRODUCTION TO STATISTICS**]")
|
| 48 |
st.markdown("""
|
| 49 |
In this field, we will be dealing with data using the programming language Python. The term **DATA ANALYSIS** itself indicates working with data. We will collect, clean, and analyze the data to gain insights. Let's first understand the term *data*.
|
| 50 |
-
""")
|
| 51 |
|
| 52 |
# Header Section
|
| 53 |
st.header("*What does the term data refer to?*")
|
|
|
|
| 47 |
st.title(":red[**1 : INTRODUCTION TO STATISTICS**]")
|
| 48 |
st.markdown("""
|
| 49 |
In this field, we will be dealing with data using the programming language Python. The term **DATA ANALYSIS** itself indicates working with data. We will collect, clean, and analyze the data to gain insights. Let's first understand the term *data*.
|
| 50 |
+
""",unsafe_allow_html=True)
|
| 51 |
|
| 52 |
# Header Section
|
| 53 |
st.header("*What does the term data refer to?*")
|