import streamlit as st st.set_page_config(layout="wide") st.sidebar.write("hello") html = "<h1>world</h1>" st.components.v1.html(html) ...
確定! 回上一頁