ejschwartz commited on
Commit
fa2e9f5
·
1 Parent(s): 029945b
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -61,7 +61,7 @@ def run():
61
  description=description,
62
  inputs=[
63
  gr.Textbox(lines=10, label="Hex-bytes of target", value="61 62 63"),
64
- gr.Textbox(lines=10, label="Decompiled C Source Code"),
65
  gr.Textbox(label="Compiler", value="gcc"),
66
  gr.Textbox(label="Compiler Flags", value="-O2"),
67
  ],
 
61
  description=description,
62
  inputs=[
63
  gr.Textbox(lines=10, label="Hex-bytes of target", value="61 62 63"),
64
+ gr.Textbox(lines=10, label="Decompiled C Source Code", value="int foo() { return 42; }"),
65
  gr.Textbox(label="Compiler", value="gcc"),
66
  gr.Textbox(label="Compiler Flags", value="-O2"),
67
  ],