Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -62,7 +62,7 @@ if os.path.exists(multiple_images_directory):
|
|
62 |
dicom_images = [pydicom.dcmread(file).pixel_array for file in multiple_image_files]
|
63 |
|
64 |
# Display the selected DICOM image dynamically
|
65 |
-
st.header(f"
|
66 |
|
67 |
# Interactive slider to select image index (below the image)
|
68 |
image_index = st.slider("Select Image Index", 0, len(dicom_images) - 1, 0)
|
|
|
62 |
dicom_images = [pydicom.dcmread(file).pixel_array for file in multiple_image_files]
|
63 |
|
64 |
# Display the selected DICOM image dynamically
|
65 |
+
st.header(f"Display with Image Slider:")
|
66 |
|
67 |
# Interactive slider to select image index (below the image)
|
68 |
image_index = st.slider("Select Image Index", 0, len(dicom_images) - 1, 0)
|