Sathwikchowdary commited on
Commit
8ec1afb
·
verified ·
1 Parent(s): ce3f9ab

Update pages/Data_Collection.py

Browse files
Files changed (1) hide show
  1. 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 Science</h2>", unsafe_allow_html=True)
30
  st.markdown(
31
  "<p style='font-size: 16px; color: White; font-style: italic;'>"
32
- "Data Science is the practice of using data to acquire insights, solve issues, and make decisions. It combines math, statistics, programming, and domain expertise to analyze data and extract meaningful information. "
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
  )