def get_typing_indicator_html(label_text="Thinking"): return f"""
{label_text}
"""