Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -33,6 +33,7 @@ st.markdown("""
|
|
| 33 |
""", unsafe_allow_html=True)
|
| 34 |
|
| 35 |
# Main Heading
|
|
|
|
| 36 |
st.markdown('<h2 style="text-align: center;"><span style="color:red;">Introduction to Data Science and Artificial Intelligence</span></h2>', unsafe_allow_html=True)
|
| 37 |
# st.markdown(
|
| 38 |
# '<h2 style="text-align: center; color:red; white-space: nowrap;">Introduction to Data Science and Artificial Intelligence</h2>',
|
|
|
|
| 33 |
""", unsafe_allow_html=True)
|
| 34 |
|
| 35 |
# Main Heading
|
| 36 |
+
|
| 37 |
st.markdown('<h2 style="text-align: center;"><span style="color:red;">Introduction to Data Science and Artificial Intelligence</span></h2>', unsafe_allow_html=True)
|
| 38 |
# st.markdown(
|
| 39 |
# '<h2 style="text-align: center; color:red; white-space: nowrap;">Introduction to Data Science and Artificial Intelligence</h2>',
|