Spaces:
Sleeping
Sleeping
Sathwikchowdary
commited on
Update pages/Data_Collection.py
Browse files- pages/Data_Collection.py +2 -3
pages/Data_Collection.py
CHANGED
@@ -26,11 +26,10 @@ custom_css = """
|
|
26 |
"""
|
27 |
# Inject the CSS into the app
|
28 |
st.markdown(custom_css, unsafe_allow_html=True)
|
29 |
-
st.markdown("<h2 style='text-align: center; color: Black;'>📊🔍What is Data
|
30 |
st.markdown(
|
31 |
"<p style='font-size: 16px; color: White; font-style: italic;'>"
|
32 |
-
"
|
33 |
-
"It is a multidisciplinary field concerned with collecting knowledge and insights from structured and unstructured data using scientific methods, procedures, algorithms, and systems. Here's a detailed look at the key components of data science."
|
34 |
"</p>",
|
35 |
unsafe_allow_html=True
|
36 |
)
|
|
|
26 |
"""
|
27 |
# Inject the CSS into the app
|
28 |
st.markdown(custom_css, unsafe_allow_html=True)
|
29 |
+
st.markdown("<h2 style='text-align: center; color: Black;'>📊🔍What is Data </h2>", unsafe_allow_html=True)
|
30 |
st.markdown(
|
31 |
"<p style='font-size: 16px; color: White; font-style: italic;'>"
|
32 |
+
"Raw facts, figures, or other information gathered for analysis, reference, or use in decision-making processes are called as data. It serves as the foundation for several processes in a variety of domains, such as machine learning, which uses to provide insights and train models."
|
|
|
33 |
"</p>",
|
34 |
unsafe_allow_html=True
|
35 |
)
|