Spaces:
Build error
Build error
Update row count in gradio widget
Browse files
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=
|
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),
|