Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ashishraics
/
NLP
like
3
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ca4171a
NLP
/
app.py
ashishraics
task creation
ca4171a
almost 3 years ago
raw
Copy download link
history
blame
Safe
246 Bytes
import
pandas
as
pd
import
streamlit
as
st
st.title(
"NLP use cases"
)
with
st.sidebar:
st.title(
"NLP tasks"
)
st.selectbox(label=
"Select task from drop down menu"
,
options=[
'Detect Sentiment'
,
'Zero Shot Classification'
])