lmedeirosUI commited on
Commit
5787f4e
·
1 Parent(s): 24b9380
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ with gr.Blocks() as SexID:
27
  with gr.Row():
28
  with gr.Column(scale=1):
29
  with gr.Row():
30
- gr.Markdown("<p style='text-align: center; font-size: 15px'>Upload an ultrasound image to the Input area and click the <span style='font-weight: bold'>Run</span> button. To upload another image, click the <span style='font-weight: bold'>Clear</span> button</p>")
31
  with gr.Row():
32
  inp = gr.Image(height = 430, label="Input image")
33
  with gr.Column(scale=1):
 
27
  with gr.Row():
28
  with gr.Column(scale=1):
29
  with gr.Row():
30
+ gr.Markdown("<p style='text-align: center; font-size: 15px'>Upload an ultrasound image (ideally taken in October after collection) to the Input area and click the <span style='font-weight: bold'>Run</span> button. To upload another image, click the <span style='font-weight: bold'>Clear</span> button</p>")
31
  with gr.Row():
32
  inp = gr.Image(height = 430, label="Input image")
33
  with gr.Column(scale=1):