zoya23 commited on
Commit
3d5b1f9
·
verified ·
1 Parent(s): 48e8339

Create pages/intro.py

Browse files
Files changed (1) hide show
  1. 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)