AdritRao commited on
Commit
9f78f09
·
1 Parent(s): b531d2e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -19,7 +19,6 @@ st.write("Upload a ZIP file containing DICOM slices to view the images.")
19
 
20
  @st.cache_resource
21
  def install_dependencies():
22
- if not install_script_executed:
23
  command = "chmod +x install.sh"
24
  try:
25
  subprocess.run(command, shell=True, check=True)
 
19
 
20
  @st.cache_resource
21
  def install_dependencies():
 
22
  command = "chmod +x install.sh"
23
  try:
24
  subprocess.run(command, shell=True, check=True)