import streamlit as st # Set the page title st.set_page_config(page_title="Chatbot") # Embed the HTML content st.markdown(""" """, unsafe_allow_html=True)