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