Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -61,7 +61,7 @@ with gr.Blocks() as demo:
|
|
| 61 |
chat_url = gr.Textbox(label="CHAT URL", value="https://example.com/chat")
|
| 62 |
token = gr.Textbox(label="TOKEN", value="[token]")
|
| 63 |
|
| 64 |
-
update_vars = gr.Code(label="update_variables (list[dict])", language="json", value='{}')
|
| 65 |
output_vars = gr.Code(label="output_variables (list[str] or str)", language="json", value='"results"')
|
| 66 |
|
| 67 |
run_btn = gr.Button("Run Function")
|
|
|
|
| 61 |
chat_url = gr.Textbox(label="CHAT URL", value="https://example.com/chat")
|
| 62 |
token = gr.Textbox(label="TOKEN", value="[token]")
|
| 63 |
|
| 64 |
+
update_vars = gr.Code(label="update_variables (list[dict] or dict)", language="json", value='{}')
|
| 65 |
output_vars = gr.Code(label="output_variables (list[str] or str)", language="json", value='"results"')
|
| 66 |
|
| 67 |
run_btn = gr.Button("Run Function")
|