Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -499,7 +499,7 @@ with gr.Blocks() as bc:
|
|
| 499 |
with gr.Column():
|
| 500 |
block_text_rec = gr.Textbox()
|
| 501 |
trans_data_rec = gr.Dataframe()
|
| 502 |
-
json_out_rec = gr.
|
| 503 |
chain_json_rec = gr.JSON()
|
| 504 |
reset_source.click(res_source,None,block_text)
|
| 505 |
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])
|
|
|
|
| 499 |
with gr.Column():
|
| 500 |
block_text_rec = gr.Textbox()
|
| 501 |
trans_data_rec = gr.Dataframe()
|
| 502 |
+
json_out_rec = gr.JSON()
|
| 503 |
chain_json_rec = gr.JSON()
|
| 504 |
reset_source.click(res_source,None,block_text)
|
| 505 |
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])
|