MedicalAILabo commited on
Commit
a94c67d
1 Parent(s): dd2f551

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -59,8 +59,8 @@ html_content = """
59
  <div style="padding: 15px; border: 1px solid #e0e0e0; border-radius: 5px;">
60
  <h3>Image preprocess</h3>
61
  <p>Only grayscale 320×320 resolution works appropriately.</p>
62
- <p>The longest side of the Xp was downscaled to 320 pixels while maintaining the aspect ratio,
63
- and the width along the shorter side was then padded black to 320 pixels.
64
  </p>
65
  <h3>Publication Details</h3>
66
  <p>See details in our publication, titled
 
59
  <div style="padding: 15px; border: 1px solid #e0e0e0; border-radius: 5px;">
60
  <h3>Image preprocess</h3>
61
  <p>Only grayscale 320×320 resolution works appropriately.</p>
62
+ <p>The longest side of the Xp should be downscaled to 320 pixels while maintaining the aspect ratio,
63
+ and the width along the shorter side should be padded black to 320 pixels.
64
  </p>
65
  <h3>Publication Details</h3>
66
  <p>See details in our publication, titled