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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -312,7 +312,7 @@ interventions_place_holder = f"""Example:
312
  - Placebo tablet
313
  """
314
 
315
- prefilled_value = f"""Study Objectives The purpose of this study is to find out if the combination of docetaxel and capecitabine can shrink the size of breast tumors and preserve the breast. Conditions: Breast Cancer Intervention / Treatment: DRUG: Docetaxel, DRUG: Capecitabine Location: United States Study Design and Phases Study Type: INTERVENTIONAL Phase: PHASE2 Primary Purpose: TREATMENT Allocation: RANDOMIZED Interventional Model: PARALLEL Masking: NONE"""
316
 
317
  with gr.Blocks() as demo:
318
 
@@ -332,7 +332,8 @@ with gr.Blocks() as demo:
332
  with gr.Row():
333
  study_obj_box = gr.Textbox(
334
  label="Study Objective / Study Description", # Study description
335
- placeholder=objective_place_holder,
 
336
  lines=10)
337
  # Study Design
338
  with gr.Row():
 
312
  - Placebo tablet
313
  """
314
 
315
+ prefilled_value = f"""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
+ prefilled_value = prefilled_value,
336
+ # placeholder=objective_place_holder,
337
  lines=10)
338
  # Study Design
339
  with gr.Row():