Create pages/intro.py
Browse files- pages/intro.py +5 -0
pages/intro.py
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
import streamlit as st
|
2 |
+
|
3 |
+
st.markdown("<h1> <center> Intro to NLP </center></h1>", unsafe_allow_html=True)
|
4 |
+
|
5 |
+
st.markdown("<p> NLP is a field where we are going to deal with text.</p>", unsafe_allow_html=True)
|