Spaces:
Runtime error
Runtime error
Update app_bc.py
Browse files
app_bc.py
CHANGED
|
@@ -420,7 +420,7 @@ def update_rec_list():
|
|
| 420 |
pass
|
| 421 |
return rec_list, gr.Dropdown.update(label="Recipient", choices=[f for f in rec_list])
|
| 422 |
rec_list, rec_drop = update_rec_list()
|
| 423 |
-
|
| 424 |
with gr.Blocks() as bc:
|
| 425 |
with gr.Row(visible=True) as invalid:
|
| 426 |
pass_box = gr.Textbox()
|
|
@@ -559,4 +559,6 @@ with gr.Blocks() as bc:
|
|
| 559 |
mine_b.click(mine_block,[chain_repo,chain_n],[json_out,chain_json,trans_data,block_text])
|
| 560 |
|
| 561 |
|
| 562 |
-
bc.launch(enable_queue=False)
|
|
|
|
|
|
|
|
|
| 420 |
pass
|
| 421 |
return rec_list, gr.Dropdown.update(label="Recipient", choices=[f for f in rec_list])
|
| 422 |
rec_list, rec_drop = update_rec_list()
|
| 423 |
+
'''
|
| 424 |
with gr.Blocks() as bc:
|
| 425 |
with gr.Row(visible=True) as invalid:
|
| 426 |
pass_box = gr.Textbox()
|
|
|
|
| 559 |
mine_b.click(mine_block,[chain_repo,chain_n],[json_out,chain_json,trans_data,block_text])
|
| 560 |
|
| 561 |
|
| 562 |
+
bc.launch(enable_queue=False)
|
| 563 |
+
|
| 564 |
+
'''
|