Mpavan45 commited on
Commit
4996224
Β·
verified Β·
1 Parent(s): 797c500

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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: orange;'>πŸ“˜ 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.
 
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.