Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -523,7 +523,6 @@ with gr.Blocks() as demo:
|
|
| 523 |
with gr.Row():
|
| 524 |
ref_table = gr.Dataframe(
|
| 525 |
label="Reference",
|
| 526 |
-
info="Note: The number of reference papers may vary based on relevance. Only references that meet the similarity threshold will be included, so the final number may be less than specified.",
|
| 527 |
headers=["No.",'Link', 'Study name', 'Intervention', 'Condition'],
|
| 528 |
datatype=["markdown","html","markdown", "markdown","markdown"],
|
| 529 |
wrap=True,
|
|
|
|
| 523 |
with gr.Row():
|
| 524 |
ref_table = gr.Dataframe(
|
| 525 |
label="Reference",
|
|
|
|
| 526 |
headers=["No.",'Link', 'Study name', 'Intervention', 'Condition'],
|
| 527 |
datatype=["markdown","html","markdown", "markdown","markdown"],
|
| 528 |
wrap=True,
|