Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -283,7 +283,7 @@ def create_ui():
|
|
283 |
with gr.Column(scale=2):
|
284 |
with gr.Tabs():
|
285 |
with gr.Tab("Code Editor"):
|
286 |
-
code_edit = gr.HTML()
|
287 |
with gr.Tab("AI Chat"):
|
288 |
chat = gr.ChatInterface(
|
289 |
self._ai_chat,
|
|
|
283 |
with gr.Column(scale=2):
|
284 |
with gr.Tabs():
|
285 |
with gr.Tab("Code Editor"):
|
286 |
+
code_edit = gr.HTML(elem_id="code-editor-container")
|
287 |
with gr.Tab("AI Chat"):
|
288 |
chat = gr.ChatInterface(
|
289 |
self._ai_chat,
|