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

open relocs by default

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.JSON(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", open=True),
152
  gr.Textbox(label="Target Disassembly"),
153
  ],
154
  )