XPMaster commited on
Commit
b5b0661
·
1 Parent(s): 7652336

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -6
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>