Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -74,7 +74,7 @@ def respond_stream(population, intervention, comparison, outcome, study_design,
|
|
| 74 |
|
| 75 |
# Build Gradio interface
|
| 76 |
with gr.Blocks() as demo:
|
| 77 |
-
gr.Markdown("##
|
| 78 |
|
| 79 |
with gr.Column():
|
| 80 |
population = gr.Textbox(label="Population of interest", lines=1)
|
|
|
|
| 74 |
|
| 75 |
# Build Gradio interface
|
| 76 |
with gr.Blocks() as demo:
|
| 77 |
+
gr.Markdown("## PICO screener")
|
| 78 |
|
| 79 |
with gr.Column():
|
| 80 |
population = gr.Textbox(label="Population of interest", lines=1)
|