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

Update pages/Intro_DS.py

Browse files
Files changed (1) hide show
  1. pages/Intro_DS.py +3 -5
pages/Intro_DS.py CHANGED
@@ -53,13 +53,11 @@ st.markdown(
53
  "</p>",
54
  unsafe_allow_html=True)
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
 
 
53
  "</p>",
54
  unsafe_allow_html=True)
55
  st.markdown("<h3 style='text-align: center; color: Black;'>Examples (AI) </h3>", unsafe_allow_html=True)
56
+ st.markdown("<p style='font-size: 16px; color: Blue; font-style: italic;'>"
57
+ "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."
 
58
  "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."
59
  "</p>",
60
+ unsafe_allow_html=True)
 
61
 
62
 
63