Spaces:
Running
Running
Update app.py
Browse files
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")
|