dp92 commited on
Commit
922c634
·
1 Parent(s): 1e4b8b4

Update app.py

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