DOMMETI commited on
Commit
bb86d76
·
verified ·
1 Parent(s): a31f089

Update app.py

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