Spaces:
Running
Running
Commit
·
57263c9
1
Parent(s):
94f08d7
Fix by not specifying the col widths
Browse files
app.py
CHANGED
@@ -150,10 +150,11 @@ with gr.Blocks(css=custom_css, js=js_func, theme=gr.themes.Default(primary_hue=c
|
|
150 |
value=filter_leaderboard('VerilogEval S2R', 'All', "", 700),
|
151 |
headers="first row",
|
152 |
show_row_numbers=True,
|
153 |
-
wrap=
|
154 |
-
datatype=["markdown", "
|
155 |
-
interactive=
|
156 |
-
column_widths=["5%", "28%", "10%", "14%"],
|
|
|
157 |
|
158 |
with gr.Tab("Interactive Bubble Plot"):
|
159 |
with gr.Row():
|
|
|
150 |
value=filter_leaderboard('VerilogEval S2R', 'All', "", 700),
|
151 |
headers="first row",
|
152 |
show_row_numbers=True,
|
153 |
+
wrap=True,
|
154 |
+
datatype=["markdown", "html",],
|
155 |
+
interactive=False,
|
156 |
+
# column_widths=["5%", "28%", "10%", "14%"],
|
157 |
+
)
|
158 |
|
159 |
with gr.Tab("Interactive Bubble Plot"):
|
160 |
with gr.Row():
|