Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|