awacke1 commited on
Commit
318fee2
·
1 Parent(s): 37fa554

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ st.sidebar.header("Select Visualization")
9
  plot_type = st.sidebar.selectbox("Choose a plot type", ("Heatmap", "3D Heatmap", "Contour", "Quiver", "Contourf", "Streamplot", "Hexbin", "Eventplot", "Tricontour", "Triplot", "3D Voxel"))
10
 
11
  # Load Data
12
- data = pd.read_csv("healthcare_treatments.csv")
13
 
14
  # Define Functions for each plot type
15
  def heatmap():
 
9
  plot_type = st.sidebar.selectbox("Choose a plot type", ("Heatmap", "3D Heatmap", "Contour", "Quiver", "Contourf", "Streamplot", "Hexbin", "Eventplot", "Tricontour", "Triplot", "3D Voxel"))
10
 
11
  # Load Data
12
+ # data = pd.read_csv("healthcare_treatments.csv")
13
 
14
  # Define Functions for each plot type
15
  def heatmap():