jithenderchoudary commited on
Commit
46464d7
·
verified ·
1 Parent(s): 25fb496

Update app.py

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