#!/usr/bin/env python # -*- coding: utf-8 -*- # @Project : AI. @by PyCharm # @File : iframe # @Time : 2023/4/6 11:43 # @Author : betterme # @WeChat : meutils # @Software : PyCharm # @Description : from meutils.pipe import * html = """ My Website """ import streamlit as st st.write(html, unsafe_allow_html=True)