Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -56,7 +56,7 @@ with gr.Blocks() as app:
|
|
| 56 |
# Launch the app
|
| 57 |
app.launch()
|
| 58 |
|
| 59 |
-
with gr.Tab("Stress Analysis"):
|
| 60 |
gr.Markdown("### Select Simulation Tool and Enter Parameters for Stress Analysis")
|
| 61 |
force = gr.Number(label="Force (N)", value=10000)
|
| 62 |
die_width = gr.Number(label="Width (m)", value=0.05)
|
|
|
|
| 56 |
# Launch the app
|
| 57 |
app.launch()
|
| 58 |
|
| 59 |
+
#with gr.Tab("Stress Analysis"):
|
| 60 |
gr.Markdown("### Select Simulation Tool and Enter Parameters for Stress Analysis")
|
| 61 |
force = gr.Number(label="Force (N)", value=10000)
|
| 62 |
die_width = gr.Number(label="Width (m)", value=0.05)
|