Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
| 14 |
, unsafe_allow_html=True
|
| 15 |
)
|
| 16 |
|
| 17 |
st.markdown(
|
| 18 |
"""<h2 style='color:navy'>About the Author</h2>
|
| 19 |
-
<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 |
)
|