Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -411,8 +411,9 @@ with gr.Blocks() as demo:
|
|
| 411 |
with gr.Row():
|
| 412 |
intervention_box = gr.Textbox(
|
| 413 |
label="Intervention type",
|
|
|
|
| 414 |
placeholder=interventions_place_holder,
|
| 415 |
-
lines=
|
| 416 |
)
|
| 417 |
# Study Design
|
| 418 |
with gr.Row():
|
|
|
|
| 411 |
with gr.Row():
|
| 412 |
intervention_box = gr.Textbox(
|
| 413 |
label="Intervention type",
|
| 414 |
+
info="A process or action studied in a clinical trial, including drugs, devices, procedures, vaccines, or noninvasive approaches.",
|
| 415 |
placeholder=interventions_place_holder,
|
| 416 |
+
# lines=5,
|
| 417 |
)
|
| 418 |
# Study Design
|
| 419 |
with gr.Row():
|