Spaces:
Runtime error
Runtime error
Upload app.py
Browse files
app.py
CHANGED
@@ -69,6 +69,14 @@ def match_clinical_trials(patient_summary: str):
|
|
69 |
'trial_eligibility_criteria',
|
70 |
'trial_checker_result',
|
71 |
'trial_checker_score'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
72 |
]]
|
73 |
|
74 |
def export_results(df: pd.DataFrame):
|
|
|
69 |
'trial_eligibility_criteria',
|
70 |
'trial_checker_result',
|
71 |
'trial_checker_score'
|
72 |
+
]], analysis[[
|
73 |
+
'patient_summary_query',
|
74 |
+
'nct_id',
|
75 |
+
'trial_title',
|
76 |
+
'trial_brief_summary',
|
77 |
+
'trial_eligibility_criteria',
|
78 |
+
'trial_checker_result',
|
79 |
+
'trial_checker_score'
|
80 |
]]
|
81 |
|
82 |
def export_results(df: pd.DataFrame):
|