import streamlit as st def main(): st.title('Model Deployment') st.writee(' App') if __name__ == __main__: main()