JUNGU commited on
Commit
ed0deaf
·
verified ·
1 Parent(s): 3a0f43e

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. 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