EstebanDC commited on
Commit
bbeb8c3
·
1 Parent(s): a5fa891

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -70,10 +70,10 @@ article = """
70
  app = gr.Interface(
71
  cc,
72
  inputs=[
73
- gr.Number(value=1, label="Liquid limit (%)"),
74
- gr.Number(value=1, label="Plasticity index (%)"),
75
- gr.Number(value=1, label="Initial void ratio"),
76
- gr.Number(value=1, label="Natural water content (%)"),
77
 
78
  ],
79
  outputs=[gr.Text(label="Compression index")],
 
70
  app = gr.Interface(
71
  cc,
72
  inputs=[
73
+ gr.Number(value=30, label="Liquid limit (%)"),
74
+ gr.Number(value=15, label="Plasticity index (%)"),
75
+ gr.Number(value=0.800, label="Initial void ratio"),
76
+ gr.Number(value=25, label="Natural water content (%)"),
77
 
78
  ],
79
  outputs=[gr.Text(label="Compression index")],