nttwt1597 commited on
Commit
a271eeb
·
verified ·
1 Parent(s): d6ed9c4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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=10,
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():