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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,7 +57,7 @@ with gr.Blocks() as app:
57
  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)
 
57
  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)