wenhu commited on
Commit
6f90d40
·
verified ·
1 Parent(s): a2e4ce3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -67,7 +67,8 @@ with gr.Blocks() as block:
67
  type="pandas",
68
  datatype=DATA_TITLE_TYPE,
69
  interactive=False,
70
- visible=True
 
71
  )
72
 
73
  refresh_button = gr.Button("Refresh")
 
67
  type="pandas",
68
  datatype=DATA_TITLE_TYPE,
69
  interactive=False,
70
+ visible=True,
71
+ height=1500
72
  )
73
 
74
  refresh_button = gr.Button("Refresh")