Spaces:
Running
Running
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -0
src/streamlit_app.py
CHANGED
@@ -5,6 +5,7 @@ import matplotlib.pyplot as plt
|
|
5 |
import seaborn as sns
|
6 |
from scipy.stats import norm, skew
|
7 |
import platform
|
|
|
8 |
|
9 |
# --- 기존 set_korean_font 함수를 아래 코드로 전체 교체해주세요 ---
|
10 |
|
|
|
5 |
import seaborn as sns
|
6 |
from scipy.stats import norm, skew
|
7 |
import platform
|
8 |
+
import os
|
9 |
|
10 |
# --- 기존 set_korean_font 함수를 아래 코드로 전체 교체해주세요 ---
|
11 |
|