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