Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ import matplotlib.pyplot as plt
|
|
8 |
import cv2
|
9 |
|
10 |
# Load the test dataset
|
11 |
-
test_data = pd.read_csv("
|
12 |
|
13 |
# Create a dropdown to select an image from the test dataset
|
14 |
selected_image = st.sidebar.selectbox("Select an image", test_data["image"])
|
|
|
8 |
import cv2
|
9 |
|
10 |
# Load the test dataset
|
11 |
+
test_data = pd.read_csv("data.csv")
|
12 |
|
13 |
# Create a dropdown to select an image from the test dataset
|
14 |
selected_image = st.sidebar.selectbox("Select an image", test_data["image"])
|