Python 스크립트로 인터랙티브 웹 앱. 데이터 팀 프로토타입.
import streamlit as st st.title('Dashboard') data = load() st.line_chart(data)