Omnibus commited on
Commit
6503ade
·
1 Parent(s): ca28b77

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -585,7 +585,7 @@ with gr.Blocks() as bc:
585
  json_out_rec = gr.JSON()
586
  chain_json_rec = gr.JSON()
587
 
588
- reset_blockchain.click(blockchain.reset(),None,[block_text,json_out,chain_json])
589
  reset_source.click(res_source,None,block_text)
590
 
591
  send_trans.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,send,rec,trans_data])
 
585
  json_out_rec = gr.JSON()
586
  chain_json_rec = gr.JSON()
587
 
588
+ reset_blockchain.click(blockchain.reset,None,[block_text,json_out,chain_json])
589
  reset_source.click(res_source,None,block_text)
590
 
591
  send_trans.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,send,rec,trans_data])