lmedeirosUI commited on
Commit
58098e1
·
1 Parent(s): 008916a

Initial commit

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -40,8 +40,8 @@ with gr.Blocks() as MatStat:
40
  with gr.Row():
41
  gr.Markdown("<p style='text-align: center'>Example images - just drag and drop into the input area and click the <span style='font-weight: bold'>Run</span> button</p>")
42
  with gr.Row():
43
- gr.Image("test.jpg", scale=1, label="Example 1")
44
- gr.Image("test2.jpg", scale=1, label="Example 2")
45
  with gr.Row():
46
  gr.Markdown(article)
47
 
 
40
  with gr.Row():
41
  gr.Markdown("<p style='text-align: center'>Example images - just drag and drop into the input area and click the <span style='font-weight: bold'>Run</span> button</p>")
42
  with gr.Row():
43
+ gr.Image("test.JPG", scale=1, label="Example 1")
44
+ gr.Image("test2.JPG", scale=1, label="Example 2")
45
  with gr.Row():
46
  gr.Markdown(article)
47