Spaces:
Runtime error
Runtime error
Sean MacAvaney commited on
Commit ·
f233a3d
1
Parent(s): 956dd16
update
Browse files
app.py
CHANGED
|
@@ -74,5 +74,5 @@ gr.Interface(
|
|
| 74 |
title="🐕 PyTerrier: Doc2Query",
|
| 75 |
description=open('README.md', 'rt').read().split('\n---\n')[-1],
|
| 76 |
allow_flagging='never',
|
| 77 |
-
css="table.font-mono td { white-space: pre-line; }",
|
| 78 |
).launch(share=False)
|
|
|
|
| 74 |
title="🐕 PyTerrier: Doc2Query",
|
| 75 |
description=open('README.md', 'rt').read().split('\n---\n')[-1],
|
| 76 |
allow_flagging='never',
|
| 77 |
+
css="table.font-mono td { white-space: pre-line; font-size: 11px; line-height: 16px; } table.font-mono td input { width: 95%; }",
|
| 78 |
).launch(share=False)
|