Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -57,7 +57,7 @@ with gr.Blocks() as app:
|
|
| 57 |
app.launch()
|
| 58 |
|
| 59 |
#with gr.Tab("Stress Analysis"):
|
| 60 |
-
|
| 61 |
force = gr.Number(label="Force (N)", value=10000)
|
| 62 |
die_width = gr.Number(label="Width (m)", value=0.05)
|
| 63 |
die_height = gr.Number(label="Height (m)", value=0.01)
|
|
|
|
| 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)
|
| 63 |
die_height = gr.Number(label="Height (m)", value=0.01)
|