Spaces:
Sleeping
Sleeping
Commit
·
ec013d7
1
Parent(s):
b639ecc
show as json
Browse files
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.
|
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"),
|
152 |
gr.Textbox(label="Target Disassembly"),
|
153 |
],
|
154 |
)
|