zoya23 commited on
Commit
48e8339
·
verified ·
1 Parent(s): 21da918

Create Home.py

Browse files
Files changed (1) hide show
  1. Home.py +4 -0
Home.py ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ import streamlit as st
2
+
3
+ st.write("Hello, Welcome to NLP!")
4
+ st.write("NLP stands for Natural Language Processing")