Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
import streamlit as st
|
| 2 |
|
| 3 |
st.header("Natural Language Processing")
|
| 4 |
-
st.write("NLP is a subfield of Artificial Intelligence (AI) and Linguistics that focuses on enabling machines to understand, interpret, generate, and respond to human language.")
|
| 5 |
st.write("**Text Analysis:** Understanding the meaning behind written text.")
|
| 6 |
|
| 7 |
st.write("**Speech Recognition and Generation:** Converting speech to text and vice versa.")
|
|
|
|
| 1 |
import streamlit as st
|
| 2 |
|
| 3 |
st.header("Natural Language Processing")
|
| 4 |
+
st.write(":green[NLP is a subfield of Artificial Intelligence (AI) and Linguistics that focuses on enabling machines to understand, interpret, generate, and respond to human language.]")
|
| 5 |
st.write("**Text Analysis:** Understanding the meaning behind written text.")
|
| 6 |
|
| 7 |
st.write("**Speech Recognition and Generation:** Converting speech to text and vice versa.")
|