Commit
·
0982897
1
Parent(s):
a71a75a
update
Browse files
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
|
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"),
|