kenlkehl commited on
Commit
cd77266
·
verified ·
1 Parent(s): 67f9a7a

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -181,7 +181,7 @@ with gr.Blocks(css=custom_css) as demo:
181
  patient_summary_input = gr.Textbox(
182
  label="Enter Patient Summary",
183
  elem_id="input_box",
184
- value="metastatic lung adenocarcinoma, KRAS G12C mutation, PD-L1 high, previously treated with pembrolizumab."
185
  )
186
 
187
  # Textbox for max results
 
181
  patient_summary_input = gr.Textbox(
182
  label="Enter Patient Summary",
183
  elem_id="input_box",
184
+ value="Cancer type: Non-small cell lung cancer. Histology: Adenocarcinoma. Extent of disease: Metastatic. Prior treatment: Pembrolizumab. Biomarkers: PD-L1 high, KRAS G12C mutant."
185
  )
186
 
187
  # Textbox for max results