Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -40,7 +40,7 @@ st.markdown('<h2 style="text-align: center;"><span style="color:red;">Introducti
|
|
| 40 |
# unsafe_allow_html=True
|
| 41 |
# )
|
| 42 |
|
| 43 |
-
st.markdown("<br>
|
| 44 |
|
| 45 |
# Section: AI
|
| 46 |
st.markdown('<h3 style="text-align: left; color:red;">What is Artificial Intelligence (AI)?</h3>', unsafe_allow_html=True)
|
|
|
|
| 40 |
# unsafe_allow_html=True
|
| 41 |
# )
|
| 42 |
|
| 43 |
+
st.markdown("<br>", unsafe_allow_html=True)
|
| 44 |
|
| 45 |
# Section: AI
|
| 46 |
st.markdown('<h3 style="text-align: left; color:red;">What is Artificial Intelligence (AI)?</h3>', unsafe_allow_html=True)
|