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

Update pages/Data_Collection.py

Browse files
Files changed (1) hide show
  1. pages/Data_Collection.py +10 -0
pages/Data_Collection.py CHANGED
@@ -24,3 +24,13 @@ custom_css = """
24
  }
25
  </style>
26
  """
 
 
 
 
 
 
 
 
 
 
 
24
  }
25
  </style>
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
+ )