jithenderchoudary commited on
Commit
120c870
·
verified ·
1 Parent(s): 87e23ce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(