Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,12 +4,7 @@ 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 |
-
menu_items={
|
| 9 |
-
'Get Help': 'https://www.extremelycoolapp.com/help',
|
| 10 |
-
'Report a bug': "https://www.extremelycoolapp.com/bug",
|
| 11 |
-
'About': "# This is a header. This is an *extremely* cool app!"
|
| 12 |
-
})
|
| 13 |
# JS hack to add a toggle button for the sidebar
|
| 14 |
st.markdown("""
|
| 15 |
<style>
|
|
|
|
| 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 |
# JS hack to add a toggle button for the sidebar
|
| 9 |
st.markdown("""
|
| 10 |
<style>
|