jithenderchoudary commited on
Commit
d107e4c
·
verified ·
1 Parent(s): 24b33f6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ app.launch()
58
 
59
  #with gr.Tab("Stress Analysis"):
60
  # gr.Markdown("### Select Simulation Tool and Enter Parameters for Stress Analysis")
61
- force = gr.Number(label="Force (N)", value=10000)
62
  die_width = gr.Number(label="Width (m)", value=0.05)
63
  die_height = gr.Number(label="Height (m)", value=0.01)
64
  material_strength = gr.Number(label="Material Strength (MPa)", value=250)
 
58
 
59
  #with gr.Tab("Stress Analysis"):
60
  # gr.Markdown("### Select Simulation Tool and Enter Parameters for Stress Analysis")
61
+ # force = gr.Number(label="Force (N)", value=10000)
62
  die_width = gr.Number(label="Width (m)", value=0.05)
63
  die_height = gr.Number(label="Height (m)", value=0.01)
64
  material_strength = gr.Number(label="Material Strength (MPa)", value=250)