Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -74,7 +74,7 @@ app.launch()
|
|
| 74 |
# lambda f, dw, dh, ms, tc, a, em, fs: stress_analysis(f, dw, dh, ms, tc, a, em, fs),
|
| 75 |
# inputs=[force, die_width, die_height, material_strength, temperature_change, alpha, elastic_modulus, fatigue_strength],
|
| 76 |
# outputs=[safety_factor_output, stress_chart],
|
| 77 |
-
|
| 78 |
|
| 79 |
with gr.Tab("Tool Optimization"):
|
| 80 |
gr.Markdown("### Enter Machining Parameters for Tool Optimization")
|
|
|
|
| 74 |
# lambda f, dw, dh, ms, tc, a, em, fs: stress_analysis(f, dw, dh, ms, tc, a, em, fs),
|
| 75 |
# inputs=[force, die_width, die_height, material_strength, temperature_change, alpha, elastic_modulus, fatigue_strength],
|
| 76 |
# outputs=[safety_factor_output, stress_chart],
|
| 77 |
+
# )
|
| 78 |
|
| 79 |
with gr.Tab("Tool Optimization"):
|
| 80 |
gr.Markdown("### Enter Machining Parameters for Tool Optimization")
|