Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -65,4 +65,7 @@ st.markdown("""
|
|
| 65 |
""", unsafe_allow_html=True)
|
| 66 |
st.title("INTRODUCTION TO DATA ANALYSIS")
|
| 67 |
st.header("What does the term data refers to?")
|
| 68 |
-
st.subheader("Data")
|
|
|
|
|
|
|
|
|
|
|
|
| 65 |
""", unsafe_allow_html=True)
|
| 66 |
st.title("INTRODUCTION TO DATA ANALYSIS")
|
| 67 |
st.header("What does the term data refers to?")
|
| 68 |
+
st.subheader("Data")
|
| 69 |
+
st.markdown("""
|
| 70 |
+
Data refers to a collection of information gathered from various sources. Here are a few examples:
|
| 71 |
+
""", unsafe_allow_html=True)
|