buildinqq commited on
Commit
7ff0393
·
verified ·
1 Parent(s): 49f6edf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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,