ejschwartz commited on
Commit
ec013d7
·
1 Parent(s): b639ecc

show as json

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -148,7 +148,7 @@ def run():
148
  gr.Number(label="Edit distance (lower is better)"),
149
  gr.Textbox(label="Compiler Output"),
150
  gr.Textbox(label="Compiled Disassembly"),
151
- gr.Textbox(label="Compiled relocations"),
152
  gr.Textbox(label="Target Disassembly"),
153
  ],
154
  )
 
148
  gr.Number(label="Edit distance (lower is better)"),
149
  gr.Textbox(label="Compiler Output"),
150
  gr.Textbox(label="Compiled Disassembly"),
151
+ gr.JSON(label="Compiled relocations"),
152
  gr.Textbox(label="Target Disassembly"),
153
  ],
154
  )