Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -67,7 +67,7 @@ app.launch()
|
|
| 67 |
# elastic_modulus = gr.Number(label="Elastic Modulus (MPa)", value=200000)
|
| 68 |
# fatigue_strength = gr.Number(label="Fatigue Strength (MPa)", value=150)
|
| 69 |
|
| 70 |
-
safety_factor_output = gr.Textbox(label="Safety Factor")
|
| 71 |
stress_chart = gr.Plot()
|
| 72 |
stress_button = gr.Button("Analyze Stress")
|
| 73 |
stress_button.click(
|
|
|
|
| 67 |
# elastic_modulus = gr.Number(label="Elastic Modulus (MPa)", value=200000)
|
| 68 |
# fatigue_strength = gr.Number(label="Fatigue Strength (MPa)", value=150)
|
| 69 |
|
| 70 |
+
#safety_factor_output = gr.Textbox(label="Safety Factor")
|
| 71 |
stress_chart = gr.Plot()
|
| 72 |
stress_button = gr.Button("Analyze Stress")
|
| 73 |
stress_button.click(
|