Omnibus commited on
Commit
a2d0d5a
·
1 Parent(s): b6a71a7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -620,7 +620,7 @@ with gr.Blocks() as bc:
620
  with gr.Column():
621
  block_text_send = gr.Textbox()
622
  trans_data_send = gr.Dataframe()
623
- json_out_send = gr.Textbox()
624
  chain_json_send = gr.JSON()
625
  with gr.Column():
626
  block_text_rec = gr.Textbox()
 
620
  with gr.Column():
621
  block_text_send = gr.Textbox()
622
  trans_data_send = gr.Dataframe()
623
+ json_out_send = gr.JSON()
624
  chain_json_send = gr.JSON()
625
  with gr.Column():
626
  block_text_rec = gr.Textbox()