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

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

if st.button('顯示網頁特效'):
	st.balloons()
	st.snow()