Sreeja6600 commited on
Commit
420cff9
·
verified ·
1 Parent(s): 5aa7573

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -10,13 +10,13 @@ st.markdown(
10
  )
11
 
12
  st.markdown(
13
- "<p style='color:olive, font-family:Arial Black'>This app provides a detailed tutorial about Data science and its internal field *Machine Learning*</p>"
14
  , unsafe_allow_html=True
15
  )
16
 
17
  st.markdown(
18
  """<h2 style='color:navy'>About the Author</h2>
19
- <p>*Name*: L. Sai Sreeja </p>""",
20
 
21
  unsafe_allow_html=True
22
  )
 
10
  )
11
 
12
  st.markdown(
13
+ "<p style='color:olive, font-family:Arial Black'>This app provides a detailed tutorial about Data science and its internal field <b> Machine Learning</b></p>"
14
  , unsafe_allow_html=True
15
  )
16
 
17
  st.markdown(
18
  """<h2 style='color:navy'>About the Author</h2>
19
+ <p><b>Name: L. Sai Sreeja</b> </p>""",
20
 
21
  unsafe_allow_html=True
22
  )