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

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

if st.button('儲存資料', type = 'primary'):
	st.toast('編輯內容已經成功儲存...')