acumplido commited on
Commit
4e80c5d
·
verified ·
1 Parent(s): f32020e

Add question

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -216,7 +216,7 @@ def gradio_app():
216
  with gr.Column(scale=0.5):
217
  gr.Examples(
218
  examples=[
219
- ["""What is Leukemia ? """],
220
  ],
221
  inputs=input_,
222
  outputs=[output, source_context, context_evaluation],
 
216
  with gr.Column(scale=0.5):
217
  gr.Examples(
218
  examples=[
219
+ ["""What is Leukemia ? """], ["How do the outcomes of patients receiving GVHD prophylaxis with PTCy compare to those receiving rATG in terms of non-relapse mortality, relapse incidence, overall survival, progression-free survival, and GVHD-free relapse-free survival ?"]
220
  ],
221
  inputs=input_,
222
  outputs=[output, source_context, context_evaluation],