YaTharThShaRma999 commited on
Commit
51b9ec2
·
verified ·
1 Parent(s): 877359c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(text="Execute Code")
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):