Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -66,8 +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 |
-
|
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)
|
73 |
st.write("<br>", unsafe_allow_html=True) # 1μ€ λμ΄μ°κΈ°
|
|
|
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' ,caption = 'λ§μ°μ€λ₯Ό μ¬λ¦¬λ©΄ ν΄λΉ ꡬμ μλλΆμ λλ 곡μ κ°μλ₯Ό λ³Ό μ μλ€.μμΉκ΅¬λ³ μλλΆμ(μ), μμΉκ΅¬λ³ 곡μ κ°μ(μλ)') as f:
|
|
|
70 |
html_content1 = f.read()
|
71 |
st.components.v1.html(html_content1, height=500)
|
72 |
st.write("<br>", unsafe_allow_html=True) # 1μ€ λμ΄μ°κΈ°
|