Spaces:
Running
Running
Update app.py
Browse files
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)
|