sanchit-gandhi HF staff commited on
Commit
3843f4e
1 Parent(s): 65f6dc4

pin row count in df

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -154,7 +154,7 @@ if __name__ == "__main__":
154
  "Insertion Error Rate (IER)",
155
  "Repeated 5-grams",
156
  ],
157
- height=1000,
158
  )
159
  with gr.Row():
160
  gr.Markdown("**large-v2 text diff**")
 
154
  "Insertion Error Rate (IER)",
155
  "Repeated 5-grams",
156
  ],
157
+ row_count=2,
158
  )
159
  with gr.Row():
160
  gr.Markdown("**large-v2 text diff**")