K00B404 commited on
Commit
2cff006
·
verified ·
1 Parent(s): 305ad06

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ iface = gr.Interface(
13
  )
14
 
15
  # Add the code editor and debug screen.
16
- code_editor = gr.CodeEditor(label="Code Editor")
17
  debug_screen = gr.Textbox(label="Debug Screen")
18
 
19
  # Define the function to execute the Python code.
 
13
  )
14
 
15
  # Add the code editor and debug screen.
16
+ code_editor = gr.Code(label="Code Editor")
17
  debug_screen = gr.Textbox(label="Debug Screen")
18
 
19
  # Define the function to execute the Python code.