Spaces:
Running
Running
Update app.py
Browse files
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'
|
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('''μ·¨μ¬νμ μμΈμ μμΉκ΅¬λ³ μλλΆμμ 곡μ κ°μμ μκ΄μ±μμ ν₯λ―Έλ‘μ΄ μ¬μ€μ λ°κ²¬ν μ μμλ€. λ°λ‘ μ§μ μλλΆμμ ν΄λΉ μ§μμ 곡μ κ°μκ° λΉμ·ν μμμ 보μΈλ€λ κ²μ΄λ€.''')
|