Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -628,7 +628,7 @@ with gr.Blocks() as bc:
|
|
| 628 |
json_out_rec = gr.JSON()
|
| 629 |
chain_json_rec = gr.JSON()
|
| 630 |
#issue_btn.click(issue_tokens,[send,rec,am],[block_text,out_box_bool,json_out_send,json_out_rec,chain_json_send,chain_json_rec,trans_data_send,trans_data_rec,block_text_send,block_text_rec])
|
| 631 |
-
issue_btn.click(issue_tokens,[send,rec,am],[block_text,out_box_bool,
|
| 632 |
|
| 633 |
node_add.click(add_node,[this_space,node_repo,node_space,node_file],block_text)
|
| 634 |
pass_btn.click(checkp,pass_box,[invalid,valida])
|
|
|
|
| 628 |
json_out_rec = gr.JSON()
|
| 629 |
chain_json_rec = gr.JSON()
|
| 630 |
#issue_btn.click(issue_tokens,[send,rec,am],[block_text,out_box_bool,json_out_send,json_out_rec,chain_json_send,chain_json_rec,trans_data_send,trans_data_rec,block_text_send,block_text_rec])
|
| 631 |
+
issue_btn.click(issue_tokens,[send,rec,am],[block_text,out_box_bool,block_text_send])
|
| 632 |
|
| 633 |
node_add.click(add_node,[this_space,node_repo,node_space,node_file],block_text)
|
| 634 |
pass_btn.click(checkp,pass_box,[invalid,valida])
|