diff --git a/docs/extras/modules/callbacks/integrations/streamlit.md b/docs/extras/modules/callbacks/integrations/streamlit.md index 61a6d37863..fb5639d19b 100644 --- a/docs/extras/modules/callbacks/integrations/streamlit.md +++ b/docs/extras/modules/callbacks/integrations/streamlit.md @@ -9,7 +9,7 @@ In this guide we will demonstrate how to use `StreamlitCallbackHandler` to display the thoughts and actions of an agent in an interactive Streamlit app. Try it out with the running app below using the [MRKL agent](/docs/modules/agents/how_to/mrkl/): - @@ -35,7 +35,7 @@ st_callback = StreamlitCallbackHandler(st.container()) ``` Additional keyword arguments to customize the display behavior are described in the -[API reference](https://api.python.langchain.com/en/latest/modules/callbacks.html#langchain.callbacks.StreamlitCallbackHandler). +[API reference](https://api.python.langchain.com/en/latest/callbacks/langchain.callbacks.streamlit.streamlit_callback_handler.StreamlitCallbackHandler.html). ### Scenario 1: Using an Agent with Tools