Sathwikchowdary commited on
Commit
e6d3a96
·
verified ·
1 Parent(s): d8a10f4

Update pages/Intro_DS.py

Browse files
Files changed (1) hide show
  1. pages/Intro_DS.py +2 -2
pages/Intro_DS.py CHANGED
@@ -55,12 +55,12 @@ st.markdown(
55
  st.markdown("<h3 style='text-align: center; color: Black;'>Examples (AI) </h3>", unsafe_allow_html=True)
56
  st.markdown(
57
  "<p style='font-size: 16px; color: Blue; font-style: italic;'>"
58
- " AI is used to recognise speech and deliver appropriate replies. For example, when you ask Siri, "What's the weather today?" it utilises natural language processing (NLP) to interpret your inquiry and respond."
 
59
  "</p>",
60
  unsafe_allow_html=True
61
  )
62
 
63
-
64
 
65
 
66
 
 
55
  st.markdown("<h3 style='text-align: center; color: Black;'>Examples (AI) </h3>", unsafe_allow_html=True)
56
  st.markdown(
57
  "<p style='font-size: 16px; color: Blue; font-style: italic;'>"
58
+ "AI is used to recognise speech and deliver appropriate replies. For example, when you ask Siri, "What's the weather today?" it utilises natural language processing (NLP) to interpret your inquiry and respond."
59
+ "Self-Driving Cars,companies like Tesla employ artificial intelligence to allow automobiles to drive themselves by analysing real-time data from cameras, sensors, and maps. AI systems in self-driving cars can identify objects, forecast traffic patterns, and make driving judgements."
60
  "</p>",
61
  unsafe_allow_html=True
62
  )
63
 
 
64
 
65
 
66