Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,7 +4,7 @@ import matplotlib.pyplot as plt
|
|
| 4 |
from matplotlib import font_manager as fm
|
| 5 |
|
| 6 |
# ํฐํธ ํ์ผ ๊ฒฝ๋ก ์ค์
|
| 7 |
-
font_path = "H2GTRM.TTF"
|
| 8 |
|
| 9 |
# ํฐํธ ๋ฑ๋ก
|
| 10 |
font_prop = fm.FontProperties(fname=font_path)
|
|
@@ -28,7 +28,6 @@ sheet_names = list(sheets.keys())
|
|
| 28 |
# Streamlit ์ ํ๋ฆฌ์ผ์ด์
|
| 29 |
st.title('์ฐ๋ น/์ฑ๋ณ์ ๋ฐ๋ฅธ ์์ 5๊ฐ ๋์ถ ๋์')
|
| 30 |
|
| 31 |
-
|
| 32 |
# ์นดํ
๊ณ ๋ฆฌ ์ ํ
|
| 33 |
selected_category = st.selectbox('์นดํ
๊ณ ๋ฆฌ๋ฅผ ์ ํํ์ธ์:', sheet_names)
|
| 34 |
|
|
|
|
| 4 |
from matplotlib import font_manager as fm
|
| 5 |
|
| 6 |
# ํฐํธ ํ์ผ ๊ฒฝ๋ก ์ค์
|
| 7 |
+
font_path = "H2GTRM.TTF" # ํฐํธ ํ์ผ์ด ์๋ ๊ฒฝ๋ก๋ฅผ ์ง์ ํฉ๋๋ค.
|
| 8 |
|
| 9 |
# ํฐํธ ๋ฑ๋ก
|
| 10 |
font_prop = fm.FontProperties(fname=font_path)
|
|
|
|
| 28 |
# Streamlit ์ ํ๋ฆฌ์ผ์ด์
|
| 29 |
st.title('์ฐ๋ น/์ฑ๋ณ์ ๋ฐ๋ฅธ ์์ 5๊ฐ ๋์ถ ๋์')
|
| 30 |
|
|
|
|
| 31 |
# ์นดํ
๊ณ ๋ฆฌ ์ ํ
|
| 32 |
selected_category = st.selectbox('์นดํ
๊ณ ๋ฆฌ๋ฅผ ์ ํํ์ธ์:', sheet_names)
|
| 33 |
|