rosemariafontana commited on
Commit
39a4aa4
·
verified ·
1 Parent(s): 92b5b6a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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