plotly_chart(fig, theme="streamlit", use_container_width=True, config= {'displaylogo': False}) Steps To Reproduce with st.expander("Phrase Accuracy Level by Conversation", expanded=True): txt_phrase = st.text_input("Phrases:") query_conid = df_transc.query(f"conversation_id == '{cb...