Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -9,7 +9,7 @@ def execute_code(code):
|
|
| 9 |
return f"Error: {str(e)}"
|
| 10 |
|
| 11 |
code_input = gr.Textbox(lines=10, label="Enter Python code")
|
| 12 |
-
execute_button = gr.Button(
|
| 13 |
result_text = gr.Textbox(label="Execution Result")
|
| 14 |
|
| 15 |
def execute_code_callback(code):
|
|
|
|
| 9 |
return f"Error: {str(e)}"
|
| 10 |
|
| 11 |
code_input = gr.Textbox(lines=10, label="Enter Python code")
|
| 12 |
+
execute_button = gr.Button()
|
| 13 |
result_text = gr.Textbox(label="Execution Result")
|
| 14 |
|
| 15 |
def execute_code_callback(code):
|