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