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