Omnibus commited on
Commit
71dbf75
·
1 Parent(s): 3213a91

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -80,7 +80,7 @@ with gr.Blocks() as app:
80
  return response,message,rec_drop
81
 
82
 
83
- input_key.change(crypt.address,input_key,sender)
84
  pass_btn.click(checkp,pass_box,[invalid,valida])
85
 
86
  gen_wal_btn.click(crypt.generate_keys,None,[out2,out1,img3,out3,img1,img2]).then(create_new_chain,[out3,img1],[response_json,block_text,rec]).then(test_fn,[img1],[input_key])
 
80
  return response,message,rec_drop
81
 
82
 
83
+ input_key.change(crypt.address,input_key,sender).then(chatchain.update_rec_list,main_chain,rec)
84
  pass_btn.click(checkp,pass_box,[invalid,valida])
85
 
86
  gen_wal_btn.click(crypt.generate_keys,None,[out2,out1,img3,out3,img1,img2]).then(create_new_chain,[out3,img1],[response_json,block_text,rec]).then(test_fn,[img1],[input_key])