acecalisto3 commited on
Commit
4eeb9ba
·
verified ·
1 Parent(s): 7c6dfee

Update app.py

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