import streamlit as st import streamlit.components.v1 as components st.title("Welcome to IPL Buddy...") dialogflow_bot = """ """ components.html(dialogflow_bot, height=700)