rosemariafontana commited on
Commit
bc0f5f9
·
verified ·
1 Parent(s): 202e927

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -120,9 +120,9 @@ with gr.Blocks() as app:
120
  param_submit_button = gr.Button("Parse Parameters", visible=False)
121
 
122
  with gr.Row():
123
- json_output_farm = gr.TextBox(label="Farm Data JSON", visible=False)
124
- json_output_interactions = gr.TextBox(label="Interactions Data JSON", visible=False)
125
- json_output_trials = gr.TextBox(label="Trials Data JSON", visible=False)
126
 
127
 
128
  toggle_output = Toggle(label="JSON <-> YAML", value=False, info="Toggle Output Data", interactive=True, visible=False)
 
120
  param_submit_button = gr.Button("Parse Parameters", visible=False)
121
 
122
  with gr.Row():
123
+ json_output_farm = gr.Textbox(label="Farm Data JSON", visible=False)
124
+ json_output_interactions = gr.Textbox(label="Interactions Data JSON", visible=False)
125
+ json_output_trials = gr.Textbox(label="Trials Data JSON", visible=False)
126
 
127
 
128
  toggle_output = Toggle(label="JSON <-> YAML", value=False, info="Toggle Output Data", interactive=True, visible=False)