Spaces:
Sleeping
Sleeping
Update app.py
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 |
-
["""
|
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 ? """],
|
220 |
],
|
221 |
inputs=input_,
|
222 |
outputs=[output, source_context, context_evaluation],
|