Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
|
@@ -70,7 +70,7 @@ with gr.Blocks() as block:
|
|
| 70 |
datatype=DATA_TITLE_TYPE,
|
| 71 |
interactive=False,
|
| 72 |
visible=True,
|
| 73 |
-
height=
|
| 74 |
)
|
| 75 |
|
| 76 |
refresh_button = gr.Button("Refresh")
|
|
|
|
| 70 |
datatype=DATA_TITLE_TYPE,
|
| 71 |
interactive=False,
|
| 72 |
visible=True,
|
| 73 |
+
height=1500
|
| 74 |
)
|
| 75 |
|
| 76 |
refresh_button = gr.Button("Refresh")
|