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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,7 +55,7 @@ app = gr.Interface(
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
  ],
 
55
  IEPML,
56
  inputs=[
57
  gr.Number(value=1, label="z/B"),
58
+ gr.Number(value=30, label="Angle of internal friction (º)"),
59
  gr.Number(value=0.33, label="Ratio between applied load and ultimate load (q/qult)"),
60
 
61
  ],