UmaKumpatla commited on
Commit
6a4675e
·
verified ·
1 Parent(s): 1b259f9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.")