EstebanDC commited on
Commit
a52f655
1 Parent(s): 169b986

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -47,10 +47,10 @@ app = gr.Interface(
47
  inputs=[
48
  gr.inputs.Radio(['1', '2', '3'], label="JET system: 1=Single. 2=Double. 3=Triple"),
49
  gr.inputs.Radio(['1', '2', '3', '4'], label="Soil type: 1=Coarse without fines, 2=Coarse with fines, 3=Fine, 4=Organic"),
50
- gr.Number(value=1, label="SPT"),
51
  gr.Number(value=1, label="W/C"),
52
- gr.Number(value=1, label="Presion (MPa)"),
53
- gr.Number(value=1, label="Velocidad (rpm)"),
54
  ],
55
  outputs=[gr.Text(label="UCS (MPa)")],
56
  )
 
47
  inputs=[
48
  gr.inputs.Radio(['1', '2', '3'], label="JET system: 1=Single. 2=Double. 3=Triple"),
49
  gr.inputs.Radio(['1', '2', '3', '4'], label="Soil type: 1=Coarse without fines, 2=Coarse with fines, 3=Fine, 4=Organic"),
50
+ gr.Number(value=1, label="Nspt"),
51
  gr.Number(value=1, label="W/C"),
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)")],
56
  )