ccm commited on
Commit
c3f7c9f
·
1 Parent(s): 9f26e7d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=['Frequency', 'Surge', 'Heave', 'Pitch'], value=value_net.get_performance().to_numpy().tolist())
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(), overflow_row_behaviour="paginate", max_rows=16)
273
 
274
  with gradio.Row():
275
  btn2 = gradio.Button("Synthesize Geometry")