ejschwartz commited on
Commit
d353e8e
·
1 Parent(s): 66b746d
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -120,7 +120,7 @@ def run():
120
  ),
121
  gr.Textbox(label="Compiler", value="g++"),
122
  gr.Textbox(label="Compiler Flags", value="-O2"),
123
- gr.Textbox(label="Architecture", value="i386"),
124
  ],
125
  outputs=[
126
  gr.Textbox(label="Compiled bytes"),
 
120
  ),
121
  gr.Textbox(label="Compiler", value="g++"),
122
  gr.Textbox(label="Compiler Flags", value="-O2"),
123
+ gr.Textbox(label="Architecture (for disassembler)", value="i386"),
124
  ],
125
  outputs=[
126
  gr.Textbox(label="Compiled bytes"),