import re import html import uuid import urllib import streamlit as st from notebook_helpers import * from text_utils import * import config # Kích hoạt chế độ toàn màn hình (full width) st.set_page_config(layout="wide") ################################################################### # Define HTML and CSS for the tooltip html_content = """ """ st.markdown(html_content, unsafe_allow_html=True) def javascript(source: str) -> None: div_id = uuid.uuid4() st.markdown(f"""