danieldux commited on
Commit
55e8a57
1 Parent(s): e6cbeae

Update row count in gradio widget

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ def launch_gradio_widget(metric, test_cases):
44
  inputs=gr.inputs.Dataframe(
45
  headers=feature_names,
46
  col_count=len(feature_names),
47
- row_count=1,
48
  datatype=json_to_string_type(gradio_input_types),
49
  ),
50
  outputs=gr.outputs.Textbox(label=metric.name),
 
44
  inputs=gr.inputs.Dataframe(
45
  headers=feature_names,
46
  col_count=len(feature_names),
47
+ row_count=5,
48
  datatype=json_to_string_type(gradio_input_types),
49
  ),
50
  outputs=gr.outputs.Textbox(label=metric.name),