Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -228,7 +228,7 @@ with block:
|
|
228 |
initial_html = baseline_value.style\
|
229 |
.applymap(style_methods, subset=["Method"])\
|
230 |
.set_table_attributes('class="dataframe"')\
|
231 |
-
.
|
232 |
|
233 |
|
234 |
with gr.Row(show_progress=True, variant='panel'):
|
|
|
228 |
initial_html = baseline_value.style\
|
229 |
.applymap(style_methods, subset=["Method"])\
|
230 |
.set_table_attributes('class="dataframe"')\
|
231 |
+
._render()
|
232 |
|
233 |
|
234 |
with gr.Row(show_progress=True, variant='panel'):
|