| # import streamlit as st | |
| # st.markdown("<h1><center>Welcome to the Complete Guide to NLP</center></h1>",unsafe_allow_html=True) | |
| # st.markdown("<h4><center>Your One-Stop Destination to Explore Natural Language Processing, its Life Cycle, Tools, and Applications.</center></h4>",unsafe_allow_html=True) | |
| import streamlit as st | |
| st.title("Welcome to the Complete Guide to NLP :technologist:") | |
| st.subheader("Your One-Stop Destination to Explore Natural Language Processing.") | |
| st.image("Homepage1.jpg",width = 2500) | |
| # st.subheader("Your One-Stop Destination to Explore Natural Language Processing, its Life Cycle, Tools, and Applications.") | |
| # st.header("These headers have rotating dividers", divider=True) | |
| # st.header("One", divider=True) | |
| # st.header("Two", divider=True) | |
| # st.header("Three", divider=True) | |
| # st.header("Four", divider=True) |