Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -481,7 +481,7 @@ with gr.Blocks(css="custom.css") as demo:
|
|
481 |
archivePrefix={arXiv},
|
482 |
primaryClass={id='cs.CL' full_name='Computation and Language' is_active=True alt_name='cmp-lg' in_archive='cs' is_general=False description='Covers natural language processing. Roughly includes material in ACM Subject Class I.2.7. Note that work on artificial languages (programming languages, logics, formal systems) that does not explicitly address natural-language issues broadly construed (natural-language processing, computational linguistics, speech, text retrieval, etc.) is not appropriate for this area.'}
|
483 |
}''',
|
484 |
-
|
485 |
elem_id="citation-button",
|
486 |
show_copy_button=True,
|
487 |
)
|
|
|
481 |
archivePrefix={arXiv},
|
482 |
primaryClass={id='cs.CL' full_name='Computation and Language' is_active=True alt_name='cmp-lg' in_archive='cs' is_general=False description='Covers natural language processing. Roughly includes material in ACM Subject Class I.2.7. Note that work on artificial languages (programming languages, logics, formal systems) that does not explicitly address natural-language issues broadly construed (natural-language processing, computational linguistics, speech, text retrieval, etc.) is not appropriate for this area.'}
|
483 |
}''',
|
484 |
+
lines=8,
|
485 |
elem_id="citation-button",
|
486 |
show_copy_button=True,
|
487 |
)
|