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)