Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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.
|
| 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()
|