Update app.py
Browse files
app.py
CHANGED
|
@@ -329,7 +329,7 @@ with gr.Blocks() as demo:
|
|
| 329 |
with gr.Row():
|
| 330 |
farm_output_box = gr.Textbox(label="Fields and Activities Output Data", interactive=False)
|
| 331 |
interactions_output_box = gr.Textbox(label="Interactions Output Data", interactive=False)
|
| 332 |
-
trials_output_box = gr.Textbox(label="Trials Output Data", interactive=False)
|
| 333 |
|
| 334 |
def update_visibility(radio, additional_options):
|
| 335 |
value = radio
|
|
|
|
| 329 |
with gr.Row():
|
| 330 |
farm_output_box = gr.Textbox(label="Fields and Activities Output Data", interactive=False)
|
| 331 |
interactions_output_box = gr.Textbox(label="Interactions Output Data", interactive=False)
|
| 332 |
+
trials_output_box = gr.Textbox(label="Trials Output Data", interactive=False, info="Treatment learnings, variables (control, independent and outcome), and confounding factors are currently NOT included (as they break everything)")
|
| 333 |
|
| 334 |
def update_visibility(radio, additional_options):
|
| 335 |
value = radio
|