Streamlit Component


공식 doc : https://docs.streamlit.io

1) 소개

장점

예시

streamlit gallery에서 예시를 보고 소스코드도 공개가 되어 있으니 참고 하면 좋을 듯 하다 : https://streamlit.io/gallery

2) 설치

$ pip3 install streamlit

3) 실행 방법

$ streamlit run {파일명}.py

이러면 url이 뜰 텐데 localhot:8501로 접근이 가능하다

4) Stramlit component

Streamlit Text 작성