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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -66,9 +66,10 @@ 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
- 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쀄 띄어쓰기
73
  # 3문단 λ³Έλ¬Έ1
74
  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
+ with open('Seoul_Parks.html', 'r', encoding='utf-8') as f:
70
  html_content1 = f.read()
71
  st.components.v1.html(html_content1, height=500)
72
+ st.markdown('<p style="text-align: center; color: gray;">마우슀λ₯Ό 올리면 ν•΄λ‹Ή ꡬ의 μ†Œλ“λΆ„μœ„ λ˜λŠ” κ³΅μ›κ°œμˆ˜λ₯Ό λ³Ό 수 μžˆλ‹€.μžμΉ˜κ΅¬λ³„ μ†Œλ“λΆ„μœ„(μœ„), μžμΉ˜κ΅¬λ³„ 곡원 개수(μ•„λž˜)</p>', unsafe_allow_html=True)
73
  st.write("<br>", unsafe_allow_html=True) # 1쀄 띄어쓰기
74
  # 3문단 λ³Έλ¬Έ1
75
  st.write('''μ·¨μž¬νŒ€μ€ μ„œμšΈμ‹œ μžμΉ˜κ΅¬λ³„ μ†Œλ“λΆ„μœ„μ™€ 곡원 개수의 μƒκ΄€μ„±μ—μ„œ ν₯미둜운 사싀을 λ°œκ²¬ν•  수 μžˆμ—ˆλ‹€. λ°”λ‘œ 지역 μ†Œλ“λΆ„μœ„μ™€ ν•΄λ‹Ή μ§€μ—­μ˜ 곡원 κ°œμˆ˜κ°€ λΉ„μŠ·ν•œ 양상을 λ³΄μΈλ‹€λŠ” 것이닀.''')