Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
| 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
|