Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -14,7 +14,7 @@ result_text = gr.Textbox(label="Execution Result")
|
|
| 14 |
|
| 15 |
def execute_code_callback(code):
|
| 16 |
return execute_code(code)
|
| 17 |
-
|
| 18 |
iface = gr.Interface(
|
| 19 |
fn=execute_code_callback,
|
| 20 |
inputs=[code_input, execute_button],
|
|
|
|
| 14 |
|
| 15 |
def execute_code_callback(code):
|
| 16 |
return execute_code(code)
|
| 17 |
+
print("hello")
|
| 18 |
iface = gr.Interface(
|
| 19 |
fn=execute_code_callback,
|
| 20 |
inputs=[code_input, execute_button],
|