import streamlit as st

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

name = 'YOLO'
st.write(name)
st.write('建立 **DataFrame 資料表格**：')