Update app.py
Browse files
app.py
CHANGED
@@ -269,7 +269,7 @@ with gradio.Blocks() as synthesis_demo2:
|
|
269 |
|
270 |
with gradio.Blocks() as synthesis_demo3:
|
271 |
with gradio.Row():
|
272 |
-
perf = gradio.DataFrame(headers=['Surge', 'Heave', 'Pitch'], value=
|
273 |
|
274 |
with gradio.Row():
|
275 |
btn2 = gradio.Button("Synthesize Geometry")
|
|
|
269 |
|
270 |
with gradio.Blocks() as synthesis_demo3:
|
271 |
with gradio.Row():
|
272 |
+
perf = gradio.DataFrame(headers=['Frequency', 'Surge', 'Heave', 'Pitch'], value=value_net.get_performance().to_numpy().tolist())
|
273 |
|
274 |
with gradio.Row():
|
275 |
btn2 = gradio.Button("Synthesize Geometry")
|