lcjln commited on
Commit
5bc8c86
Β·
verified Β·
1 Parent(s): 8fc972c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ st.write("<br>", unsafe_allow_html=True) # 1쀄 띄어쓰기
53
  st.image('photo4.jpg', caption='κΈ°κ°„ : 2006λ…„ μ „ν›„ 18λ…„', width = 660)
54
  st.write("<br>", unsafe_allow_html=True) # 1쀄 띄어쓰기
55
  # 2문단 문단2
56
- st.write('''μ„œμšΈμ„ κΈ°μ€€μœΌλ‘œ, 법λ₯  μ‹œν–‰μœΌλ‘œλΆ€ν„° 18년이 μ§€λ‚œ ν˜„μž¬(2005~2024)κΉŒμ§€ μ§€μ •λœ 곡원 κ°œμˆ˜μ™€ 법λ₯  μ‹œν–‰ μ „ κ³Όκ±° 18λ…„(1987~2005) λ™μ•ˆ μ§€μ •λœ 곡원 개수λ₯Ό λΉ„κ΅ν•œ κ·Έλž˜ν”„λ‹€.
57
  법λ₯  μ‹œν–‰ 이전에 μ§€μ •λœ 곡원 κ°œμˆ˜λŠ” 222개, μ‹œν–‰ 이후에 μ§€μ •λœ 곡원 κ°œμˆ˜λŠ” 324κ°œλ‹€. 18λ…„μ΄λΌλŠ” λ™μΌν•œ κΈ°κ°„ λ™μ•ˆ μ„œμšΈμ—μ„œ μ§€μ •λœ 곡원 κ°œμˆ˜λŠ” μ•½ 31% μ¦κ°€ν–ˆλ‹€.''')
58
  st.write("<br><br>", unsafe_allow_html=True) # 2쀄 띄어쓰기
59
 
 
53
  st.image('photo4.jpg', caption='κΈ°κ°„ : 2006λ…„ μ „ν›„ 18λ…„', width = 660)
54
  st.write("<br>", unsafe_allow_html=True) # 1쀄 띄어쓰기
55
  # 2문단 문단2
56
+ st.write('''μ„œμšΈμ„ κΈ°μ€€μœΌλ‘œ, 법λ₯  μ‹œν–‰μœΌλ‘œλΆ€ν„° 18년이 μ§€λ‚œ ν˜„μž¬(2005\~2024)κΉŒμ§€ μ§€μ •λœ 곡원 κ°œμˆ˜μ™€ 법λ₯  μ‹œν–‰ μ „ κ³Όκ±° 18λ…„(1987\~2005) λ™μ•ˆ μ§€μ •λœ 곡원 개수λ₯Ό λΉ„κ΅ν•œ κ·Έλž˜ν”„λ‹€.
57
  법λ₯  μ‹œν–‰ 이전에 μ§€μ •λœ 곡원 κ°œμˆ˜λŠ” 222개, μ‹œν–‰ 이후에 μ§€μ •λœ 곡원 κ°œμˆ˜λŠ” 324κ°œλ‹€. 18λ…„μ΄λΌλŠ” λ™μΌν•œ κΈ°κ°„ λ™μ•ˆ μ„œμšΈμ—μ„œ μ§€μ •λœ 곡원 κ°œμˆ˜λŠ” μ•½ 31% μ¦κ°€ν–ˆλ‹€.''')
58
  st.write("<br><br>", unsafe_allow_html=True) # 2쀄 띄어쓰기
59