Update pages/introds.py
Browse files- pages/introds.py +1 -1
pages/introds.py
CHANGED
@@ -87,7 +87,7 @@ st.markdown("<h1>Welcome to Deep Learning</h1>", unsafe_allow_html=True)
|
|
87 |
# Main content for Deep Learning
|
88 |
st.markdown(
|
89 |
"""
|
90 |
-
<p
|
91 |
Deep learning is an artificial intelligence (AI) method that teaches computers to process data in a way inspired by the human brain.
|
92 |
Deep learning models can recognize complex patterns in images, text, sounds, and other data to produce accurate insights and predictions.
|
93 |
You can use deep learning methods to automate tasks that typically require human intelligence,
|
|
|
87 |
# Main content for Deep Learning
|
88 |
st.markdown(
|
89 |
"""
|
90 |
+
<p>
|
91 |
Deep learning is an artificial intelligence (AI) method that teaches computers to process data in a way inspired by the human brain.
|
92 |
Deep learning models can recognize complex patterns in images, text, sounds, and other data to produce accurate insights and predictions.
|
93 |
You can use deep learning methods to automate tasks that typically require human intelligence,
|