AMKhakbaz commited on
Commit
50420ff
·
verified ·
1 Parent(s): 9a77817

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -6,6 +6,7 @@ import plotly.graph_objects as go
6
  from scipy.stats import norm, t
7
  from scipy.cluster.hierarchy import linkage, dendrogram, fcluster
8
  import plotly.figure_factory as ff
 
9
 
10
  def sorting(df):
11
  df.index = list(map(float, df.index))
 
6
  from scipy.stats import norm, t
7
  from scipy.cluster.hierarchy import linkage, dendrogram, fcluster
8
  import plotly.figure_factory as ff
9
+ import openai
10
 
11
  def sorting(df):
12
  df.index = list(map(float, df.index))