import streamlit as st import pandas as pd st.title("Movie Recommenders") st.write(""" ### Instructions Check the Sidebar and choose a recommender that suits your purpose. """)