RKocielnik commited on
Commit
5e3d7fb
·
verified ·
1 Parent(s): 2f69a63

Comment out max_rows due to the gradio version

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