Spaces:
Sleeping
Sleeping
Update app.py
Browse filesedit column names in ref table
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
|
| 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)
|