Spaces:
Build error
Build error
Update app.py
Browse files
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
|