jonathanjordan21 commited on
Commit
75eaaa1
·
verified ·
1 Parent(s): 3ff7f87

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -139,7 +139,7 @@ with gr.Blocks() as demo:
139
  token = gr.Textbox(label="TOKEN", value="[token]")
140
 
141
  update_vars = gr.Code(label="update_variables (list[dict] or dict)", language="json", value='{}')
142
- output_vars = gr.Code(label="output_variables (list[list[str]] or list[str])", language="json", value='"results"')
143
 
144
  run_btn = gr.Button("Run Function")
145
 
 
139
  token = gr.Textbox(label="TOKEN", value="[token]")
140
 
141
  update_vars = gr.Code(label="update_variables (list[dict] or dict)", language="json", value='{}')
142
+ output_vars = gr.Code(label="output_variables (list[list[str]] or list[str])", language="json", value='["results"]')
143
 
144
  run_btn = gr.Button("Run Function")
145