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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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],