Showing a pyLDAvis html

Hi @tim, I want to open an index.html file that contains Js code for d3.js visualization. When I used streamlit locally, I started http server and with webbrower.open_new_tab(http://localhost:8000/index.html), I was able to open the visualization. However when I deployed the app on share streamlit, I couldnt do that. When I click on the button, no new tab appears. Could you please explain to me more how to fix that, I am barely new to deployement :slight_smile:. I would really appreciate it.