Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
-
|
| 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
|