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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -45,8 +45,8 @@ def RCS(JET, Suelo,SPT, WtoC, Presion, Velocidad):
45
  app = gr.Interface(
46
  RCS,
47
  inputs=[
48
- gr.Number(value=1, label="JET (1,2,3)"),
49
- gr.Number(value=1, label="Suelo (1,2,3,4)"),
50
  gr.Number(value=1, label="SPT"),
51
  gr.Number(value=1, label="W/C"),
52
  gr.Number(value=1, label="Presion (MPa)"),
 
45
  app = gr.Interface(
46
  RCS,
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)"),