Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -26,7 +26,6 @@ def build_input_text(row):
|
|
| 26 |
f"Intervention Name: {row.get('InterventionName', '')}",
|
| 27 |
f"Intervention Description: {row.get('InterventionDescription', '')}",
|
| 28 |
f"Brief Summary: {row.get('BriefSummary', '')}",
|
| 29 |
-
f"Eligibility Criteria: {row.get('EligibilityCriteria', '')}",
|
| 30 |
f"Primary Outcome Measure: {row.get('PrimaryOutcomeMeasure', '')}",
|
| 31 |
f"Primary Outcome Description: {row.get('PrimaryOutcomeDescription', '')}",
|
| 32 |
f"Start Date: {row.get('StartDate', '')}",
|
|
|
|
| 26 |
f"Intervention Name: {row.get('InterventionName', '')}",
|
| 27 |
f"Intervention Description: {row.get('InterventionDescription', '')}",
|
| 28 |
f"Brief Summary: {row.get('BriefSummary', '')}",
|
|
|
|
| 29 |
f"Primary Outcome Measure: {row.get('PrimaryOutcomeMeasure', '')}",
|
| 30 |
f"Primary Outcome Description: {row.get('PrimaryOutcomeDescription', '')}",
|
| 31 |
f"Start Date: {row.get('StartDate', '')}",
|