Spaces:
Sleeping
Sleeping
Sathwikchowdary
commited on
Update pages/Intro_DS.py
Browse files- pages/Intro_DS.py +1 -1
pages/Intro_DS.py
CHANGED
@@ -55,7 +55,7 @@ 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 |
-
"
|
59 |
"</p>",
|
60 |
unsafe_allow_html=True
|
61 |
)
|
|
|
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 |
)
|