EstebanDC commited on
Commit
6e63281
1 Parent(s): 00b01b9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -55,8 +55,8 @@ app = gr.Interface(
55
  IEPML,
56
  inputs=[
57
  gr.Number(value=1, label="z/B"),
58
- gr.Number(value=1, label="Angle of internal friction (º)"),
59
- gr.Number(value=1, label="Ratio between applied load and ultimate load (q/qult)"),
60
 
61
  ],
62
  outputs=[gr.Text(label="Influence Factor")],
 
55
  IEPML,
56
  inputs=[
57
  gr.Number(value=1, label="z/B"),
58
+ gr.Number(value=29, label="Angle of internal friction (º)"),
59
+ gr.Number(value=0.33, label="Ratio between applied load and ultimate load (q/qult)"),
60
 
61
  ],
62
  outputs=[gr.Text(label="Influence Factor")],