Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -66,6 +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 |
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)
|
|
|
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 |
+
st.write('<p style="text-align: center;">μμΉκ΅¬λ³ μλλΆμ</p>', unsafe_allow_html=True)
|
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)
|