agency / interface.py
zaibutcooler's picture
ready to start
88b1583
raw
history blame
No virus
111 Bytes
import streamlit as st
def main():
st.title("Agentic workflow!")
if __name__ == "__main__":
main()