hlnicholls commited on
Commit
f7f4fa1
1 Parent(s): 5dfe4a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 from 00007FA6")
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