Spaces:
Sleeping
Sleeping
Update pages/Intro_DS.py
Browse files- 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 |
-
"
|
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 |
|