Spaces:
Sleeping
Sleeping
Comment out max_rows due to the gradio version
Browse files
app.py
CHANGED
@@ -926,7 +926,7 @@ with gr.Blocks(theme=soft, title="Social Bias Testing in Language Models",
|
|
926 |
interactive=True,
|
927 |
visible=True,
|
928 |
#label="Generated Test Sentences",
|
929 |
-
max_rows=2,
|
930 |
overflow_row_behaviour="paginate")
|
931 |
|
932 |
# Page 3
|
@@ -983,7 +983,7 @@ with gr.Blocks(theme=soft, title="Social Bias Testing in Language Models",
|
|
983 |
datatype=["str", "str", "str", "str", "str", "str"],
|
984 |
row_count=(1, 'dynamic'),
|
985 |
#label="Bias Test Results Per Test Sentence Template",
|
986 |
-
max_rows=2,
|
987 |
overflow_row_behaviour="paginate"
|
988 |
)
|
989 |
with gr.Row():
|
|
|
926 |
interactive=True,
|
927 |
visible=True,
|
928 |
#label="Generated Test Sentences",
|
929 |
+
#max_rows=2,
|
930 |
overflow_row_behaviour="paginate")
|
931 |
|
932 |
# Page 3
|
|
|
983 |
datatype=["str", "str", "str", "str", "str", "str"],
|
984 |
row_count=(1, 'dynamic'),
|
985 |
#label="Bias Test Results Per Test Sentence Template",
|
986 |
+
#max_rows=2,
|
987 |
overflow_row_behaviour="paginate"
|
988 |
)
|
989 |
with gr.Row():
|