buildinqq commited on
Commit
2ea112d
·
verified ·
1 Parent(s): 7ff0393

Update app.py

Browse files

edit column names in ref table

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -523,7 +523,7 @@ with gr.Blocks() as demo:
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,
529
  interactive=False)
 
523
  with gr.Row():
524
  ref_table = gr.Dataframe(
525
  label="Reference",
526
+ headers=["No.",'Study Link', 'Study Title', 'Interventions', 'Conditions'],
527
  datatype=["markdown","html","markdown", "markdown","markdown"],
528
  wrap=True,
529
  interactive=False)