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