ejschwartz commited on
Commit
0982897
·
1 Parent(s): a71a75a
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -75,7 +75,7 @@ def run():
75
  gr.Textbox(
76
  lines=10,
77
  label="Decompiled C Source Code",
78
- value="int foo() { return 42; }",
79
  ),
80
  gr.Textbox(label="Compiler", value="g++"),
81
  gr.Textbox(label="Compiler Flags", value="-O2"),
 
75
  gr.Textbox(
76
  lines=10,
77
  label="Decompiled C Source Code",
78
+ value="int foo() { return 0; }",
79
  ),
80
  gr.Textbox(label="Compiler", value="g++"),
81
  gr.Textbox(label="Compiler Flags", value="-O2"),