JoshuaC215 / agent-service-toolkit

Full toolkit for running an AI agent service built with LangGraph, FastAPI and Streamlit
https://agent-service-toolkit.streamlit.app
MIT License
413 stars 67 forks source link

Streamlit app is ending with no error #31

Closed ramkipalle closed 1 month ago

ramkipalle commented 2 months ago

When I run the streamlit app, it is abruptly ending at the following line in the handle_feedback() function.

feedback = st.feedback("stars", key=latest_run_id)

Any idea?

JoshuaC215 commented 1 month ago

Hey, it might be because you're using an older Streamlit version? Since st.feedback was just added in the last few versions. What error message are you getting? Try running on Streamlit 1.37+ and see if you still get the same error.

JoshuaC215 commented 1 month ago

Going to close until there's a clearer repro description and details