Display websocket API responses in streamlit

I have created websocket API (using AWS Lambda and API gateway). I want to integrate this API to the streamlit application.

Websocket API is supposed to send 3 responses (textual data) within a gap of few seconds. I want to show those three responses in the pre_defined streamlit text_area. How to achieve this?

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.