Sathwikchowdary commited on
Commit
be231bd
β€’
1 Parent(s): 28c0e10

Update Home.py

Browse files
Files changed (1) hide show
  1. Home.py +3 -3
Home.py CHANGED
@@ -42,8 +42,8 @@ custom_css = """
42
  </style>
43
  """
44
  st.write(custom_css, unsafe_allow_html=True)
45
- st.markdown("<h1 style='text-align: center; color: Balck;'>πŸš€ Zero 2 Hero ML App πŸ€–</h1>", unsafe_allow_html=True)
46
- st.markdown("<h2 style='color: Black;'>About the App</h2>", unsafe_allow_html=True)
47
  st.markdown(
48
  "<p style='font-size: 16px; color: Blue; font-style: italic;'>"
49
  "This app shares the inspiring journey of an individual who began their data science exploration with no prior knowledge. "
@@ -68,7 +68,7 @@ st.markdown(
68
 
69
  # Subheader for author section
70
  st.markdown(
71
- "<h2 style='color: Black;'>About the Author</h2>",
72
  unsafe_allow_html=True
73
  )
74
  st.markdown(
 
42
  </style>
43
  """
44
  st.write(custom_css, unsafe_allow_html=True)
45
+ st.markdown("<h1 style='text-align: center; color: Balck;'>πŸš€ Zero_to_Hero_in_ML πŸ€–</h1>", unsafe_allow_html=True)
46
+ st.markdown("<h2 style='color: Black;'>About the App 🌟</h2>", unsafe_allow_html=True)
47
  st.markdown(
48
  "<p style='font-size: 16px; color: Blue; font-style: italic;'>"
49
  "This app shares the inspiring journey of an individual who began their data science exploration with no prior knowledge. "
 
68
 
69
  # Subheader for author section
70
  st.markdown(
71
+ "<h2 style='color: Black;'>About the Author πŸ€–</h2>",
72
  unsafe_allow_html=True
73
  )
74
  st.markdown(