import streamlit as st def main(): st.title("Agentic workflow!") if __name__ == "__main__": main()