# 가상환경 생성 및 접속하기
virtualenv venv
source venv/Scripts/activate
# Streamlit 실행하기
streamlit hello
# Streamlit으로 웹사이트 생성하기
- 파이썬 파일 만들기
- Streamlit으로 파이썬 파일 실행하기
streamlit run write.py
- URL 접속하기
728x90
'Streamlit' 카테고리의 다른 글
[Streamlit] Secrets Management (0) | 2024.02.01 |
---|---|
[Streamlit] st.write (2) | 2024.01.29 |