import streamlit as st
import pandas as pd
import numpy as np

st.title('我的 Streamlit 應用程式')
st.subheader('YOLO 物體偵測介面')

expander = st.expander('請點擊展開...')
expander.write('展開顯示更多內容...')