Spaces:
Sleeping
Sleeping
refactor: polish
Browse files
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,
|