import streamlit as st static_toxicity_path = "https://imagizer.imageshack.com/v2/480x360q70/r/924/L4Ditq.jpg" animated_toxicity_path = ( "https://i.kym-cdn.com/photos/images/original/001/264/967/cdc.gif" ) animated_enlighten_path = "https://gifdb.com/images/high/zen-meditation-chakras-illustration-6lujnenasnfmn8dt.gif" static_enlighten_path = "https://imagizer.imageshack.com/v2/668x500q70/r/922/bpoy6G.jpg" # Calculate the column widths dynamically toxicity_html = f"""
""" enlighten_html = f"""
""" # Display HTML code with Streamlit st.markdown(toxicity_html, unsafe_allow_html=True) st.markdown(enlighten_html, unsafe_allow_html=True) # Display JavaScript code with Streamlit