Update app.py
Browse files
app.py
CHANGED
|
@@ -32,7 +32,7 @@ elif st.session_state.selected_page == 'NLP Techniques βοΈ':
|
|
| 32 |
|
| 33 |
# Content for "What is NLP? π§ "
|
| 34 |
if st.session_state.selected_page == 'What is NLP? π§ ':
|
| 35 |
-
st.markdown("<h2 style='text-align: center; color:
|
| 36 |
st.write("""
|
| 37 |
#### π€ What is NLP?
|
| 38 |
Natural Language Processing (NLP) is a subfield of artificial intelligence (AI) that focuses on the interaction between computers and human (natural) languages. The goal of NLP is to enable machines to understand, interpret, and generate human language in a way that is meaningful.
|
|
|
|
| 32 |
|
| 33 |
# Content for "What is NLP? π§ "
|
| 34 |
if st.session_state.selected_page == 'What is NLP? π§ ':
|
| 35 |
+
st.markdown("<h2 style='text-align: center; color: darkgreen;'>π Introduction to NLP</h2>", unsafe_allow_html=True)
|
| 36 |
st.write("""
|
| 37 |
#### π€ What is NLP?
|
| 38 |
Natural Language Processing (NLP) is a subfield of artificial intelligence (AI) that focuses on the interaction between computers and human (natural) languages. The goal of NLP is to enable machines to understand, interpret, and generate human language in a way that is meaningful.
|