KashyapiNagaHarshitha commited on
Commit
f2b62fe
·
verified ·
1 Parent(s): 7fda0a3

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("testdata", "DD3S1.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("testdata", "Slide_B_DD1s1.one_1.tif.csv")
18
 
19
  # Load the dataset
20
  if os.path.exists(dataset_path):