Spaces:
Runtime error
Runtime error
Ramesh-vani
commited on
Commit
·
77c7c76
1
Parent(s):
c7228ae
Update app.py
Browse files
app.py
CHANGED
@@ -186,7 +186,7 @@ with gradio.Blocks() as demo:
|
|
186 |
with gradio.Row():
|
187 |
code_input = gradio.Textbox()
|
188 |
code_output = gradio.Textbox()
|
189 |
-
code_button = gradio.Button("submit code@lanuage)
|
190 |
|
191 |
|
192 |
command_button.click(run_command, inputs=command_input, outputs=command_output)
|
|
|
186 |
with gradio.Row():
|
187 |
code_input = gradio.Textbox()
|
188 |
code_output = gradio.Textbox()
|
189 |
+
code_button = gradio.Button("submit code@lanuage")
|
190 |
|
191 |
|
192 |
command_button.click(run_command, inputs=command_input, outputs=command_output)
|