XPMaster commited on
Commit
10bcdc3
·
1 Parent(s): 32992f8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -4,6 +4,8 @@ import numpy as np
4
  from sklearn import datasets
5
  from sklearn.cluster import KMeans
6
  import matplotlib.pyplot as plt
 
 
7
  st.set_page_config(layout="wide")
8
 
9
  # JS hack to add a toggle button for the sidebar
 
4
  from sklearn import datasets
5
  from sklearn.cluster import KMeans
6
  import matplotlib.pyplot as plt
7
+ import plotly.express as px
8
+
9
  st.set_page_config(layout="wide")
10
 
11
  # JS hack to add a toggle button for the sidebar