Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -47,7 +47,7 @@ else:
|
|
47 |
st.write("Directory 00002067 does not exist.")
|
48 |
|
49 |
# Display the multiple DICOM images from the second folder using a slider
|
50 |
-
st.header("Browse Multiple DICOM Images
|
51 |
|
52 |
# Check if the directory exists
|
53 |
if os.path.exists(multiple_images_directory):
|
@@ -74,7 +74,7 @@ if os.path.exists(multiple_images_directory):
|
|
74 |
st.pyplot(fig)
|
75 |
|
76 |
# Automatic image display section
|
77 |
-
st.header("Automatic Image Display")
|
78 |
placeholder = st.empty() # Placeholder for the images
|
79 |
|
80 |
# Initialize session state for animation control
|
|
|
47 |
st.write("Directory 00002067 does not exist.")
|
48 |
|
49 |
# Display the multiple DICOM images from the second folder using a slider
|
50 |
+
st.header("Browse Multiple DICOM Images with slider")
|
51 |
|
52 |
# Check if the directory exists
|
53 |
if os.path.exists(multiple_images_directory):
|
|
|
74 |
st.pyplot(fig)
|
75 |
|
76 |
# Automatic image display section
|
77 |
+
st.header("Automatic Image Display - view animated images (click start)")
|
78 |
placeholder = st.empty() # Placeholder for the images
|
79 |
|
80 |
# Initialize session state for animation control
|