LakshmiHarika commited on
Commit
cbb4f5c
·
verified ·
1 Parent(s): 4626cfc

Update pages/1Introduction to Machine Learning.py

Browse files
pages/1Introduction to Machine Learning.py CHANGED
@@ -44,6 +44,13 @@ st.markdown("""
44
 
45
  st.write("""**Artificial Intelligence(AI)** is a broad field where machines simulate natural intelligence, enabling them to demonstrate intelligent behaviors like analyzing data, recognizing patterns, solving problems, and making decisions. This also includes the capability to learn, reason, and perform tasks typically associated with human cognition, often without direct human involvement.""")
46
 
 
 
 
 
 
 
 
47
  st.markdown("""
48
  <div style="text-align: left; margin-top: 20px;">
49
  <h4 style="color: #2a52be;">For Example:</h4></div>""", unsafe_allow_html=True)
 
44
 
45
  st.write("""**Artificial Intelligence(AI)** is a broad field where machines simulate natural intelligence, enabling them to demonstrate intelligent behaviors like analyzing data, recognizing patterns, solving problems, and making decisions. This also includes the capability to learn, reason, and perform tasks typically associated with human cognition, often without direct human involvement.""")
46
 
47
+
48
+ # Image
49
+ st.image(
50
+ "https://huggingface.co/spaces/LakshmiHarika/MachineLearning/resolve/main/reduced_height_image.png",
51
+ use_container_width=True)
52
+
53
+
54
  st.markdown("""
55
  <div style="text-align: left; margin-top: 20px;">
56
  <h4 style="color: #2a52be;">For Example:</h4></div>""", unsafe_allow_html=True)