Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
zoya23
/
NLP
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
zoya23
commited on
Nov 21, 2024
Commit
48e8339
·
verified
·
1 Parent(s):
21da918
Create Home.py
Browse files
Files changed (1)
hide
show
Home.py
+4
-0
Home.py
ADDED
Viewed
@@ -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")