kenlkehl commited on
Commit
3a245c8
·
verified ·
1 Parent(s): b256a7a

Upload app.py

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