Susanne Schmid commited on
Commit
e7e835a
1 Parent(s): c71fa8b

fixed jpeg

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -175,7 +175,7 @@ def Norm_image(vol_path,normalization_technique):
175
  return plots
176
 
177
 
178
- description = 'You can upload mutiple image volumes (recommonded 3-5). The files get read by ITK so mulitple different file formats are possible (e.g. *.nii , *.nii.gz, png,..). You need to wait until the data is uploaded. \
179
  Once pressing submit the histograms for multiple normalization techniques are calculated. Depending on file size and selected techniques it might take a while to do the calculations. \
180
  \n The uploaded data is not stored and is deleted once the window is closed. '
181
 
 
175
  return plots
176
 
177
 
178
+ description = 'You can upload mutiple image volumes (recommonded 3-5). The files get read by ITK so mulitple different file formats are possible (e.g. *.nii , *.nii.gz, jpeg,..). You need to wait until the data is uploaded. \
179
  Once pressing submit the histograms for multiple normalization techniques are calculated. Depending on file size and selected techniques it might take a while to do the calculations. \
180
  \n The uploaded data is not stored and is deleted once the window is closed. '
181