jonathanjordan21 commited on
Commit
32f072c
·
verified ·
1 Parent(s): ab7eb41

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -113,7 +113,7 @@ with gr.Blocks() as demo:
113
  token = gr.Textbox(label="TOKEN", value="[token]")
114
 
115
  update_vars = gr.Code(label="update_variables (list[dict] or dict)", language="json", value='{}')
116
- output_vars = gr.Code(label="output_variables (list[str] or str)", language="json", value='"results"')
117
 
118
  run_btn = gr.Button("Run Function")
119
 
 
113
  token = gr.Textbox(label="TOKEN", value="[token]")
114
 
115
  update_vars = gr.Code(label="update_variables (list[dict] or dict)", language="json", value='{}')
116
+ output_vars = gr.Code(label="output_variables (list[list[str]] or list[str])", language="json", value='"results"')
117
 
118
  run_btn = gr.Button("Run Function")
119