jonghhhh commited on
Commit
b1b8f72
·
verified ·
1 Parent(s): e68db7b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ st.markdown('파이썬 코딩에서 [허깅페이스](https://huggingface.co/)
20
  st.markdown("<br><br><br>", unsafe_allow_html=True)
21
 
22
  # 이미지 파일 보여주기: 로컬 파일 또는 url로 가져오기
23
- image_file_path='/content/하니.png'
24
  st.image(image_file_path, caption='사진 설명 여기에')
25
  image_url = 'https://isplus.com/data/isp/image/2024/04/23/isp20240423000086.800x.0.jpg'
26
  st.image(image_url, caption='사진 설명 여기에')
 
20
  st.markdown("<br><br><br>", unsafe_allow_html=True)
21
 
22
  # 이미지 파일 보여주기: 로컬 파일 또는 url로 가져오기
23
+ image_file_path='하니.png'
24
  st.image(image_file_path, caption='사진 설명 여기에')
25
  image_url = 'https://isplus.com/data/isp/image/2024/04/23/isp20240423000086.800x.0.jpg'
26
  st.image(image_url, caption='사진 설명 여기에')