Sathwikchowdary commited on
Commit
7b14670
·
verified ·
1 Parent(s): 70a8b39

Update pages/Intro_DS.py

Browse files
Files changed (1) hide show
  1. pages/Intro_DS.py +12 -0
pages/Intro_DS.py CHANGED
@@ -42,4 +42,16 @@ st.markdown(
42
  "</p>",
43
  unsafe_allow_html=True
44
  )
 
 
 
 
 
 
 
 
 
 
 
 
45
 
 
42
  "</p>",
43
  unsafe_allow_html=True
44
  )
45
+ st.markdown("<h2 style='text-align: center; color: Black;'>What is Artificial Intelligence (AI) </h2>", unsafe_allow_html=True)
46
+ st.markdown(
47
+ "<p style='font-size: 16px; color: Blue; font-style: italic;'>"
48
+ "In Artificial intellect, we will guide machines to effortlessly replicate or mimic natural intellect in order to construct AI."
49
+ "To replicate or copy the AI, we employ three tools. Machine learning techniques include deep learning and generative AI"
50
+ "These are the instruments that allow us to mimic natural intelligence and construct AI"
51
+ "Because of NI, humans have two capabilities: learning and generating.We can learn from and produce data."
52
+ "The computer seeks to replicate NI's learning abilities.When a machine attempts to replicate the creating capacity of NI, a generative AI tool is deployed."
53
+ "</p>",
54
+ unsafe_allow_html=True)
55
+
56
+
57