Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Upload app.py
Browse files
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="
|
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
|