mgyigit commited on
Commit
ea2f037
·
verified ·
1 Parent(s): 598d6bd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- .render()
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'):