KashyapiNagaHarshitha commited on
Commit
160dd0c
1 Parent(s): 701ee25

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ def store_value(event):
14
  stored_value = text_input.value
15
 
16
  # Path to the dataset
17
- dataset_path = os.path.join("test_metadata", "Slide_B_DD1s1.one_1.tif.csv")
18
 
19
  # Load the dataset
20
  if os.path.exists(dataset_path):
 
14
  stored_value = text_input.value
15
 
16
  # Path to the dataset
17
+ dataset_path = os.path.join("test_metadata/images", "Slide_B_DD1s1.one_1.tif.csv")
18
 
19
  # Load the dataset
20
  if os.path.exists(dataset_path):