Sathwikchowdary commited on
Commit
066189a
·
verified ·
1 Parent(s): e49dc23

Update pages/Intro_DS.py

Browse files
Files changed (1) hide show
  1. pages/Intro_DS.py +6 -4
pages/Intro_DS.py CHANGED
@@ -53,10 +53,12 @@ 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("<p style='font-size: 16px; color: Blue; font-style: italic;'>"
57
- "<b style='color: Black;'>Voice Assistants (Siri, Alexa, Google Assistant):</b> 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.<br>"
58
- "</p>",
59
- unsafe_allow_html=True)
 
 
60
 
61
 
62
 
 
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
+ " <b style='color: Black;'>Voice Assitant:</b>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