Update app.py
Browse files
app.py
CHANGED
@@ -272,7 +272,7 @@ with gradio.Blocks() as synthesis_demo2:
|
|
272 |
|
273 |
with gradio.Blocks() as synthesis_demo3:
|
274 |
with gradio.Row():
|
275 |
-
perf = gradio.DataFrame(headers=['Surge', 'Heave', 'Pitch'], value=numpy.zeros((64, 3)).
|
276 |
|
277 |
with gradio.Row():
|
278 |
btn2 = gradio.Button("Synthesize Geometry")
|
|
|
272 |
|
273 |
with gradio.Blocks() as synthesis_demo3:
|
274 |
with gradio.Row():
|
275 |
+
perf = gradio.DataFrame(headers=['Surge', 'Heave', 'Pitch'], value=numpy.zeros((64, 3)).tolist())
|
276 |
|
277 |
with gradio.Row():
|
278 |
btn2 = gradio.Button("Synthesize Geometry")
|