nttwt1597 commited on
Commit
11e10ed
·
verified ·
1 Parent(s): c413bd4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -312,7 +312,7 @@ interventions_place_holder = f"""Example:
312
  - Placebo tablet
313
  """
314
 
315
- prefilled_value = f"""https://clinicaltrials.gov/"""
316
 
317
  with gr.Blocks() as demo:
318
 
@@ -332,7 +332,7 @@ with gr.Blocks() as demo:
332
  with gr.Row():
333
  study_obj_box = gr.Textbox(
334
  label="Study Objective / Study Description", # Study description
335
- prefilled_value = prefilled_value,
336
  # placeholder=objective_place_holder,
337
  lines=10)
338
  # Study Design
 
312
  - Placebo tablet
313
  """
314
 
315
+ prefilled_value = f"""[Clinicaltrials.gov }](https://clinicaltrials.gov/) """
316
 
317
  with gr.Blocks() as demo:
318
 
 
332
  with gr.Row():
333
  study_obj_box = gr.Textbox(
334
  label="Study Objective / Study Description", # Study description
335
+ placeholder=prefilled_value,
336
  # placeholder=objective_place_holder,
337
  lines=10)
338
  # Study Design