Sean MacAvaney commited on
Commit
f233a3d
Β·
1 Parent(s): 956dd16
Files changed (1) hide show
  1. app.py +1 -1
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)