NLP / Home.py
Rajesh6's picture
Update Home.py
5be3e8d verified
raw
history blame
852 Bytes
# 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.divider()
st.subheader("Your One-Stop Destination to Explore Natural Language Processing, its Life Cycle, Tools, and Applications.")
# 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)