movie-genre / app.py
A-M-S's picture
Update app.py
afb773e
raw history blame
No virus
200 Bytes
import streamlit as st
st.title("Movie Genre Predictor")
st.subheader("Enter the text you'd like to analyze.")
text = st.text_input('Enter text')
# out = model()
st.write("Genre: ")
# st.write(out)