nttwt1597 commited on
Commit
524acf2
·
verified ·
1 Parent(s): 58f7749

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -393,8 +393,8 @@ with gr.Blocks() as demo:
393
  with gr.Row():
394
  study_obj_box = gr.Textbox(
395
  label="Study Objective / Study Description", # Study description
396
- placeholder=prefilled_value,
397
- # placeholder=objective_place_holder,
398
  lines=10)
399
  # Conditions
400
  with gr.Row():
 
393
  with gr.Row():
394
  study_obj_box = gr.Textbox(
395
  label="Study Objective / Study Description", # Study description
396
+ # placeholder=prefilled_value,
397
+ placeholder=objective_place_holder,
398
  lines=10)
399
  # Conditions
400
  with gr.Row():