fixed bug
Browse files
app.py
CHANGED
|
@@ -118,7 +118,7 @@ with gr.Blocks(css=custom_css) as app:
|
|
| 118 |
headers=href_data_greedy.columns.tolist(),
|
| 119 |
elem_id="href_data_greedy",
|
| 120 |
interactive=False,
|
| 121 |
-
|
| 122 |
)
|
| 123 |
with gr.TabItem("Non-Greedy"):
|
| 124 |
with gr.Row():
|
|
@@ -140,7 +140,7 @@ with gr.Blocks(css=custom_css) as app:
|
|
| 140 |
headers=href_data_nongreedy.columns.tolist(),
|
| 141 |
elem_id="href_data_nongreedy",
|
| 142 |
interactive=False,
|
| 143 |
-
|
| 144 |
)
|
| 145 |
with gr.TabItem("About"):
|
| 146 |
with gr.Row():
|
|
|
|
| 118 |
headers=href_data_greedy.columns.tolist(),
|
| 119 |
elem_id="href_data_greedy",
|
| 120 |
interactive=False,
|
| 121 |
+
height=1000,
|
| 122 |
)
|
| 123 |
with gr.TabItem("Non-Greedy"):
|
| 124 |
with gr.Row():
|
|
|
|
| 140 |
headers=href_data_nongreedy.columns.tolist(),
|
| 141 |
elem_id="href_data_nongreedy",
|
| 142 |
interactive=False,
|
| 143 |
+
height=1000,
|
| 144 |
)
|
| 145 |
with gr.TabItem("About"):
|
| 146 |
with gr.Row():
|