Commit
Β·
1e0cc9f
1
Parent(s):
43e8995
Update app.py
Browse files
app.py
CHANGED
@@ -271,7 +271,7 @@ igen_pubmed = gr.Interface(keyphrase_generator,
|
|
271 |
default='sentence-transformers/all-mpnet-base-v1',
|
272 |
label="Select any SBERT model for keyphrases from the list below"),
|
273 |
gr.inputs.Slider(minimum=5, maximum=30, step=1, default=10, label="Max Keywords")],
|
274 |
-
outputs=gr.outputs.Dataframe(type="auto", label="
|
275 |
theme="dark-peach",
|
276 |
title="PubMed Abstract Retriever", description="Retrieves relevant PubMed abstracts for an online article which can be used as further references.",
|
277 |
article= "This work is based on the paper <a href=https://dl.acm.org/doi/10.1145/3487664.3487701>provided here</a>."
|
|
|
271 |
default='sentence-transformers/all-mpnet-base-v1',
|
272 |
label="Select any SBERT model for keyphrases from the list below"),
|
273 |
gr.inputs.Slider(minimum=5, maximum=30, step=1, default=10, label="Max Keywords")],
|
274 |
+
outputs=gr.outputs.Dataframe(type="auto", label="Retrieved Results from PubMed",max_cols=None, overflow_row_behaviour="paginate"),
|
275 |
theme="dark-peach",
|
276 |
title="PubMed Abstract Retriever", description="Retrieves relevant PubMed abstracts for an online article which can be used as further references.",
|
277 |
article= "This work is based on the paper <a href=https://dl.acm.org/doi/10.1145/3487664.3487701>provided here</a>."
|