Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Sreeja6600
/
medium_articles
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Sreeja6600
commited on
May 21, 2025
Commit
31c77ef
·
verified
·
1 Parent(s):
9b0e350
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+8
-0
app.py
ADDED
Viewed
@@ -0,0 +1,8 @@
1
+
import streamlit as st
2
+
import pandas as pd
3
+
import numpy as np
4
+
import sklearn
5
+
import nltk
6
+
import pickle
7
+
8
+
st.title("Tags Predictor")