Spaces:
Running
Running
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
@@ -22,7 +22,7 @@ def set_korean_font():
|
|
22 |
|
23 |
# ์์คํ
ํ๊ฒฝ์ ๋ฐ๋ผ ํฐํธ ๊ฒฝ๋ก ํ์
|
24 |
# (Hugging Face, Streamlit Cloud์ ๊ฐ์ ๋ฆฌ๋
์ค ๊ธฐ๋ฐ ํ๊ฒฝ์ ๊ฐ์ )
|
25 |
-
font_path =
|
26 |
|
27 |
if os.path.exists(font_path):
|
28 |
try:
|
|
|
22 |
|
23 |
# ์์คํ
ํ๊ฒฝ์ ๋ฐ๋ผ ํฐํธ ๊ฒฝ๋ก ํ์
|
24 |
# (Hugging Face, Streamlit Cloud์ ๊ฐ์ ๋ฆฌ๋
์ค ๊ธฐ๋ฐ ํ๊ฒฝ์ ๊ฐ์ )
|
25 |
+
font_path = None
|
26 |
|
27 |
if os.path.exists(font_path):
|
28 |
try:
|