Python

Creating a Streamlit Web Page Second Practice

5 분 소요

Streamlit Library 연습하기 fig = px.scatter(data_frame = iris, x = 'sepal_length', y = 'sepal_width') st.plotly_chart(fig) Plotly Express 라이브러리를 사용하여 iris 데이...