Satoc commited on
Commit
e1553b0
·
1 Parent(s): b8d4630
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ def generate_dataframe(age, sex, tumor_type, GeneMutation, Meseable, Biopsiable)
24
  ex_question = generate_ex_question_English(age, sex, TumorName, GeneMutation, Meseable, Biopsiable)
25
 
26
  # 臨床試験データの取得
27
- basedf = pd.read_csv("../ClinicalTrialCSV/JRCT20241215CancerPost.csv", index_col=0)
28
  df = get_matched_df(basedf=basedf, query=TumorName, model=selectionModel, threshold=0.925)
29
  df['AgentJudgment'] = None
30
  df['AgentGrade'] = None
 
24
  ex_question = generate_ex_question_English(age, sex, TumorName, GeneMutation, Meseable, Biopsiable)
25
 
26
  # 臨床試験データの取得
27
+ basedf = pd.read_csv("ClinicalTrialCSV/JRCT20241215CancerPost.csv", index_col=0)
28
  df = get_matched_df(basedf=basedf, query=TumorName, model=selectionModel, threshold=0.925)
29
  df['AgentJudgment'] = None
30
  df['AgentGrade'] = None