anjasafm commited on
Commit
4f3f880
1 Parent(s): 46e069e

Upload eda.py

Browse files
Files changed (1) hide show
  1. eda.py +1 -0
eda.py CHANGED
@@ -5,6 +5,7 @@ import seaborn as sns
5
  import matplotlib.pyplot as plt
6
  # from phik.report import plot_correlation_matrix
7
  from PIL import Image
 
8
 
9
  #membuat function untuk nantinya dipanggil di app.py
10
  def run():
 
5
  import matplotlib.pyplot as plt
6
  # from phik.report import plot_correlation_matrix
7
  from PIL import Image
8
+ st.set_option('deprecation.showPyplotGlobalUse', False)
9
 
10
  #membuat function untuk nantinya dipanggil di app.py
11
  def run():