반응형
- 이미지 위치가 아래와 같을 때
├── static
│ └── image
│ └── main.png
└── templates
└── main.html
- main.html 을 아래 와같이 작성합니다.
<img src="{{ url_for('static', filename='image/main.png') }}", width="250" height="252"
style=" display:block; margin-left: auto; margin-right: auto;">
반응형
'python web framework' 카테고리의 다른 글
flask render_template, flask html 파일 연동 (0) | 2023.04.21 |
---|---|
플라스크 시작하기 flask hello world, hello flask, hellp python (0) | 2023.04.06 |
플라스크(flask) session을 이용한 로그인 / 로그아웃 (0) | 2023.03.29 |
flask css 파일 연동 하기 / 플라스크 css 파일 적용하기 (0) | 2023.03.21 |
주피터노트북 파일을 웹서비스에 끼워 넣기 (flask) (0) | 2023.03.20 |
댓글