Sathwikchowdary commited on
Commit
9c1426b
·
verified ·
1 Parent(s): 1ee7a92

Update pages/Life_cycle_of_ML.py

Browse files
Files changed (1) hide show
  1. pages/Life_cycle_of_ML.py +1 -3
pages/Life_cycle_of_ML.py CHANGED
@@ -5,7 +5,7 @@ st.markdown(
5
  """
6
  <style>
7
  body {
8
- background-image: url(r"C:\Users\saika\OneDrive\Desktop\EC_Data_Science_Technology_750.jpg");
9
  background-size: cover;
10
  background-position: center;
11
  background-attachment: fixed;
@@ -119,5 +119,3 @@ with col2:
119
  "Monitoring",
120
  "Monitoring the deployed model's performance and maintaining its accuracy."
121
  )
122
-
123
-
 
5
  """
6
  <style>
7
  body {
8
+ background-image: url('https://www.istockphoto.com/photo/quantum-computing-with-of-device-screen-gm2155253966-576078683?utm_source=pixabay&utm_medium=affiliate&utm_campaign=SRP_photo_sponsored&utm_content=https%3A%2F%2Fpixabay.com%2Fphotos%2Fsearch%2Fbackground%2520datascience%2F&utm_term=background+datascience');
9
  background-size: cover;
10
  background-position: center;
11
  background-attachment: fixed;
 
119
  "Monitoring",
120
  "Monitoring the deployed model's performance and maintaining its accuracy."
121
  )