Sreeja6600 commited on
Commit
31c77ef
·
verified ·
1 Parent(s): 9b0e350

Create app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -0
app.py ADDED
@@ -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")