Hi @Bhavesh_Naidu, welcome to the forum,
The fig.show() at the end shows the graph in a new tab (like in this thread). If you want to display it in Streamlit you should use the st.plotly_chart(fig) method instead
.
Fanilo
Hi @Bhavesh_Naidu, welcome to the forum,
The fig.show() at the end shows the graph in a new tab (like in this thread). If you want to display it in Streamlit you should use the st.plotly_chart(fig) method instead
.
Fanilo