Hi, im having problem embedding langflow chat into my html.
The chat module is loaded succesfully.
The problem is whatever i typed it responded with network error.
Langflow cloud
The code is provided by langflow itself.
<script
src="https://cdn.jsdelivr.net/gh/logspace-ai/[email protected]/dist/build/static/js/bundle.min.js">
</script>
<langflow-chat
window_title="Vector_S4f"
flow_id="2fa37bea-58ff-4955-b231-dcdea09cb944"
host_url="https://astra.datastax.com">
</langflow-chat>
