streamlit table转置显示,并且原始的表头放在最左侧 原始表格 代码 import streamlit as st import pandas as pd # 创建一个示例 DataFrame data = { 'Column1': [1, 2, 3],