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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -62,7 +62,6 @@ st.write("<br><br>", unsafe_allow_html=True) # 2쀄 띄어쓰기
62
  st.markdown("#### 'λͺ¨λ‘λ₯Ό μœ„ν•œ' 곡원이 'λΆ€μžλ“€μ˜' κ³΅μ›μœΌλ‘œ ")
63
  st.write("<br>", unsafe_allow_html=True) # 1쀄 띄어쓰기
64
  # html μ‚½μž…
65
- 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)
 
62
  st.markdown("#### 'λͺ¨λ‘λ₯Ό μœ„ν•œ' 곡원이 'λΆ€μžλ“€μ˜' κ³΅μ›μœΌλ‘œ ")
63
  st.write("<br>", unsafe_allow_html=True) # 1쀄 띄어쓰기
64
  # html μ‚½μž…
 
65
  with open('Seoul_Earning.html', 'r', encoding='utf-8') as f:
66
  html_content1 = f.read()
67
  st.components.v1.html(html_content1, height=500)