karthikmn commited on
Commit
67b1eed
·
verified ·
1 Parent(s): f128da1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -163,7 +163,7 @@ def stress_analysis_interface(force, die_width, die_height, material_strength, s
163
 
164
 
165
  # Create Gradio App
166
- with gr.Tab("Progressive Die Design"):
167
  gr.Markdown("### Enter Dimensions for Progressive Die")
168
  length = gr.Number(label="Length (mm)", value=100)
169
  width = gr.Number(label="Width (mm)", value=50) # Fixed the parenthesis here
 
163
 
164
 
165
  # Create Gradio App
166
+ # with gr.Tab("Progressive Die Design"):
167
  gr.Markdown("### Enter Dimensions for Progressive Die")
168
  length = gr.Number(label="Length (mm)", value=100)
169
  width = gr.Number(label="Width (mm)", value=50) # Fixed the parenthesis here