nttwt1597 commited on
Commit
8d345b2
·
verified ·
1 Parent(s): 57c5e2b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -102,14 +102,14 @@ Conditions:
102
 
103
  Intervention / Treatment:"""
104
 
105
- prompt_box = gr.components.Textbox(
106
  lines=25,
107
  label="Research Information",
108
  placeholder=place_holder,
109
  value=prefilled_value,
110
  )
111
 
112
- output_box = gr.inputs.Textbox(
113
  lines=25,
114
  label="Eligiblecriteria Criteria",
115
  )
 
102
 
103
  Intervention / Treatment:"""
104
 
105
+ prompt_box = gr.Textbox(
106
  lines=25,
107
  label="Research Information",
108
  placeholder=place_holder,
109
  value=prefilled_value,
110
  )
111
 
112
+ output_box = gr.Textbox(
113
  lines=25,
114
  label="Eligiblecriteria Criteria",
115
  )