mgyigit commited on
Commit
ffdf4c8
·
verified ·
1 Parent(s): 51bfc88

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -75,7 +75,7 @@ with block:
75
  baseline_header = ["method_name"] + metric_names
76
  baseline_datatype = ['markdown'] + ['number'] * len(metric_names)
77
 
78
- with gr.Row(show_progress=True)
79
  data_component = gr.components.Dataframe(
80
  value=baseline_value,
81
  headers=baseline_header,
 
75
  baseline_header = ["method_name"] + metric_names
76
  baseline_datatype = ['markdown'] + ['number'] * len(metric_names)
77
 
78
+ with gr.Row(show_progress=True):
79
  data_component = gr.components.Dataframe(
80
  value=baseline_value,
81
  headers=baseline_header,