6 lines
131 B
Python

import streamlit as st
st.button(label='동작1')
st.button(label='동작2')
st.button(label='동작3')
st.button(label='동작4')