sanchit-gandhi
commited on
Commit
·
3843f4e
1
Parent(s):
65f6dc4
pin row count in df
Browse files
app.py
CHANGED
@@ -154,7 +154,7 @@ if __name__ == "__main__":
|
|
154 |
"Insertion Error Rate (IER)",
|
155 |
"Repeated 5-grams",
|
156 |
],
|
157 |
-
|
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**")
|