medium_articles / app.py
Sreeja6600's picture
Create app.py
31c77ef verified
raw
history blame contribute delete
130 Bytes
import streamlit as st
import pandas as pd
import numpy as np
import sklearn
import nltk
import pickle
st.title("Tags Predictor")