wogh2012 commited on
Commit
df51ede
·
1 Parent(s): ea43394

refactor: polish

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ with gr.Blocks() as demo:
45
  )
46
 
47
  with gr.Tab("Coming Soon"):
48
- with gr.Row():
49
  gr_df = gr.Dataframe(
50
  value=ptbxl_df,
51
  interactive=False,
 
45
  )
46
 
47
  with gr.Tab("Coming Soon"):
48
+ with gr.Row(height=250, max_height=250):
49
  gr_df = gr.Dataframe(
50
  value=ptbxl_df,
51
  interactive=False,