AdritRao commited on
Commit
8c281c7
1 Parent(s): 3ae474f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ def display_dicom_image(selected_slice, dicom_files):
29
  if uploaded_zip_file is not None:
30
  try:
31
  # Create a temporary directory to unzip the files
32
- temp_dir = "Comp2Comp-main/temp_dicom_dir"
33
  os.makedirs(temp_dir, exist_ok=True)
34
 
35
  st.write(f"Temporary directory path: {temp_dir}")
 
29
  if uploaded_zip_file is not None:
30
  try:
31
  # Create a temporary directory to unzip the files
32
+ temp_dir = "main/Comp2Comp-main/temp_dicom_dir"
33
  os.makedirs(temp_dir, exist_ok=True)
34
 
35
  st.write(f"Temporary directory path: {temp_dir}")