Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ashrestha
/
auto-multi-class
like
2
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
1a80035
auto-multi-class
/
app.py
ashrestha
frst
1a80035
almost 3 years ago
raw
Copy download link
history
blame
129 Bytes
import
streamlit
as
st
input_text = st.text_area(
"Enter your sample"
)
input_label = st.text_input(
"support, help, important"
)