yamunagovindha commited on
Commit
5a3f902
·
verified ·
1 Parent(s): 1ab756c

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
+ st.write("Hello,Welcome to nlp")
3
+
4
+ st.write("nlp stands for natural language processing")