Spaces:
Runtime error
Runtime error
Edward J. Schwartz
commited on
Commit
·
4c715cf
1
Parent(s):
32078b8
Slight reformat
Browse files
app.py
CHANGED
|
@@ -83,8 +83,9 @@ with gr.Blocks() as demo:
|
|
| 83 |
|
| 84 |
with gr.Row(visible=True) as result:
|
| 85 |
disassembly = gr.Textbox(label="Disassembly", lines=20)
|
| 86 |
-
|
| 87 |
-
|
|
|
|
| 88 |
interpretation = gr.components.Interpretation(disassembly)
|
| 89 |
|
| 90 |
example_widget = gr.Examples(
|
|
|
|
| 83 |
|
| 84 |
with gr.Row(visible=True) as result:
|
| 85 |
disassembly = gr.Textbox(label="Disassembly", lines=20)
|
| 86 |
+
with gr.Column():
|
| 87 |
+
clazz = gr.Label()
|
| 88 |
+
interpret_button = gr.Button("Interpret Button")
|
| 89 |
interpretation = gr.components.Interpretation(disassembly)
|
| 90 |
|
| 91 |
example_widget = gr.Examples(
|