lcjln commited on
Commit
c9ed33f
Β·
verified Β·
1 Parent(s): 1eca9fd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -66,8 +66,7 @@ st.write('''λ‹€μŒμ€ μ„œμšΈμ‹œ μžμΉ˜κ΅¬λ³„ μ†Œλ“λΆ„μœ„μ™€ 곡원 개수λ₯Ό
66
  with open('Seoul_Earning.html', 'r', encoding='utf-8') as f:
67
  html_content1 = f.read()
68
  st.components.v1.html(html_content1, height=500)
69
- st.write('<p style="text-align: center;">μžμΉ˜κ΅¬λ³„ μ†Œλ“λΆ„μœ„</p>', unsafe_allow_html=True)
70
- with open('Seoul_Parks.html', 'r', encoding='utf-8') as f:
71
  html_content1 = f.read()
72
  st.components.v1.html(html_content1, height=500)
73
  st.write("<br>", unsafe_allow_html=True) # 1쀄 띄어쓰기
 
66
  with open('Seoul_Earning.html', 'r', encoding='utf-8') as f:
67
  html_content1 = f.read()
68
  st.components.v1.html(html_content1, height=500)
69
+ with open('Seoul_Parks.html', 'r', encoding='utf-8' ,caption = '마우슀λ₯Ό 올리면 ν•΄λ‹Ή ꡬ의 μ†Œλ“λΆ„μœ„ λ˜λŠ” 곡원 개수λ₯Ό λ³Ό 수 μžˆλ‹€.μžμΉ˜κ΅¬λ³„ μ†Œλ“λΆ„μœ„(μœ„), μžμΉ˜κ΅¬λ³„ 곡원 개수(μ•„λž˜)') as f:
 
70
  html_content1 = f.read()
71
  st.components.v1.html(html_content1, height=500)
72
  st.write("<br>", unsafe_allow_html=True) # 1쀄 띄어쓰기