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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -66,6 +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
  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)
 
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)