Spaces:
Sleeping
Sleeping
Commented out overflow_row_behavior in Dataframe due to Gradio version
Browse files
app.py
CHANGED
|
@@ -927,7 +927,8 @@ with gr.Blocks(theme=soft, title="Social Bias Testing in Language Models",
|
|
| 927 |
visible=True,
|
| 928 |
#label="Generated Test Sentences",
|
| 929 |
#max_rows=2,
|
| 930 |
-
overflow_row_behaviour="paginate"
|
|
|
|
| 931 |
|
| 932 |
# Page 3
|
| 933 |
with gr.Column(visible=False) as tab3:
|
|
@@ -984,7 +985,7 @@ with gr.Blocks(theme=soft, title="Social Bias Testing in Language Models",
|
|
| 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():
|
| 990 |
# export button
|
|
|
|
| 927 |
visible=True,
|
| 928 |
#label="Generated Test Sentences",
|
| 929 |
#max_rows=2,
|
| 930 |
+
#overflow_row_behaviour="paginate"
|
| 931 |
+
)
|
| 932 |
|
| 933 |
# Page 3
|
| 934 |
with gr.Column(visible=False) as tab3:
|
|
|
|
| 985 |
row_count=(1, 'dynamic'),
|
| 986 |
#label="Bias Test Results Per Test Sentence Template",
|
| 987 |
#max_rows=2,
|
| 988 |
+
#overflow_row_behaviour="paginate"
|
| 989 |
)
|
| 990 |
with gr.Row():
|
| 991 |
# export button
|