Description
Describe the bug
When I send elements to the UI, of type text but they are displayed in Page eg:
ref_elements.append(cl.Plotly(name= graph_title, content= graph_title, figure= graph, display= "page", size= 'large'))
I get a permissions error in a Chainlit implementation without authentication enabled
To Reproduce
Steps to reproduce the behavior:
Send an element to the UI like this
ref_elements.append(cl.Plotly(name= graph_title, content= graph_title, figure= graph, display= "page", size= 'large'))
Click on the element on the UI, the browser will open a new tab with the URL Like:
http://192.168.0.150:8888/element/43daf582-f1a2-4b93-a469-4098e113366b?thread=ac4b6133-9737-471b-a977-81507b3b6775#
Expected behavior
To open the new tab with the rendered element, side display works like a charm
Desktop (please complete the following information):
- OS: Ubuntu, Mac tested
- Browser chrome, safari
Activity