Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -13,7 +13,7 @@ iface = gr.Interface(
|
|
| 13 |
)
|
| 14 |
|
| 15 |
# Add the code editor and debug screen.
|
| 16 |
-
code_editor = gr.
|
| 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.
|