Spaces:
Build error
Build error
Alexandre commited on
Add question
Browse files
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],
|