import streamlit as st st.title("My ML App") text = st.text_input("Enter text") st.write("AI Output:", text)