Update app.py
Browse files
app.py
CHANGED
|
@@ -10,8 +10,8 @@ import pandas as pd
|
|
| 10 |
import streamlit as st
|
| 11 |
|
| 12 |
# =============== Streamlit ===============
|
| 13 |
-
st.set_page_config(page_title="๐ฆ
|
| 14 |
-
st.title("๐ฆ ๋ฐ์ค๋ผ๋ฒจ
|
| 15 |
|
| 16 |
|
| 17 |
# =============== ๋ฐ์ดํฐ ์ ํธ ===============
|
|
@@ -277,9 +277,13 @@ def merge_filled_hwpx_list_to_single(hwpx_list: list[bytes]) -> bytes:
|
|
| 277 |
with st.expander("์ฌ์ฉ๋ฒ", expanded=True):
|
| 278 |
st.markdown(
|
| 279 |
"""
|
| 280 |
-
|
| 281 |
-
|
| 282 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 283 |
"""
|
| 284 |
)
|
| 285 |
|
|
@@ -381,9 +385,4 @@ if tpl and data:
|
|
| 381 |
file_name=filename,
|
| 382 |
mime="application/vnd.hancom.hwpx",
|
| 383 |
)
|
| 384 |
-
st.download_button(
|
| 385 |
-
"โฌ๏ธ ๋๋ฒ๊ทธ(JSON)",
|
| 386 |
-
data=json.dumps(debug_all, ensure_ascii=False, indent=2),
|
| 387 |
-
file_name="debug.json",
|
| 388 |
-
mime="application/json",
|
| 389 |
)
|
|
|
|
| 10 |
import streamlit as st
|
| 11 |
|
| 12 |
# =============== Streamlit ===============
|
| 13 |
+
st.set_page_config(page_title="๐ฆ๋ณด์กด๋ฐ์ค ๋ผ๋ฒจ ์์ฑ๊ธฐ", layout="wide")
|
| 14 |
+
st.title("๐ฆ ๋ณด์กด๋ฐ์ค ๋ผ๋ฒจ ์์ฑ๊ธฐ ๐ฆ")
|
| 15 |
|
| 16 |
|
| 17 |
# =============== ๋ฐ์ดํฐ ์ ํธ ===============
|
|
|
|
| 277 |
with st.expander("์ฌ์ฉ๋ฒ", expanded=True):
|
| 278 |
st.markdown(
|
| 279 |
"""
|
| 280 |
+
1. ํ
ํ๋ฆฟ ํ์ผ์ ์
๋ก๋ํด์ฃผ์ธ์.
|
| 281 |
+
2. ๋ณด์กด์์ ์ ๋ณด๊ฐ ๋ค์ด์๋ ์์
ํ์ผ์ ์
๋ก๋ํด์ฃผ์ธ์.
|
| 282 |
+
3. ์ถ๋ ฅํ ๋ผ๋ฒจ ๋ฒํธ๋ฅผ ์ ํํด์ฃผ์ธ์.
|
| 283 |
+
4. ์์ถ ํ์ผ์ ๋ค์ด๋ฐ๊ณ , ์์ถํด์ ํ ํ์ผ์ ๋ณํฉํด์ฃผ์ธ์.
|
| 284 |
+
5. ๋ณํฉ ํ, ๋ผ๋ฒจ์ ์ถ๋ ฅํ์ธ์.
|
| 285 |
+
|
| 286 |
+
- ๋จ, ํ
ํ๋ฆฟ์ **.HWPX(ํ๊ธ)** ํ์ผ์ด์ด์ผ ํฉ๋๋ค. (.HWP ๋ถ๊ฐ)
|
| 287 |
"""
|
| 288 |
)
|
| 289 |
|
|
|
|
| 385 |
file_name=filename,
|
| 386 |
mime="application/vnd.hancom.hwpx",
|
| 387 |
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 388 |
)
|