EstebanDC commited on
Commit
51a010a
1 Parent(s): fb161f0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,7 +52,7 @@ app = gr.Interface(
52
  gr.Number(value=1, label="Grout pressure (MPa)"),
53
  gr.Number(value=1, label="Rotation speed (rpm)"),
54
  ],
55
- outputs=[gr.Text(label="UCS (MPa)"),precision=2]
56
  )
57
 
58
  app.launch()
 
52
  gr.Number(value=1, label="Grout pressure (MPa)"),
53
  gr.Number(value=1, label="Rotation speed (rpm)"),
54
  ],
55
+ outputs=[gr.Text(label="UCS (MPa)"),precision=2],
56
  )
57
 
58
  app.launch()