Sreeja6600 commited on
Commit
5aa7573
·
verified ·
1 Parent(s): 7fcc1d7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -10,11 +10,12 @@ 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
  )
15
 
16
  st.markdown(
17
- """<h2 style='color:navy'>About the Autho</h2>
18
  <p>*Name*: L. Sai Sreeja </p>""",
19
 
20
  unsafe_allow_html=True
 
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