yetessam commited on
Commit
a834e55
·
verified ·
1 Parent(s): 2606fe7

Update ui/contentagentui.py

Browse files
Files changed (1) hide show
  1. ui/contentagentui.py +1 -1
ui/contentagentui.py CHANGED
@@ -110,7 +110,7 @@ class ContentAgentUI:
110
 
111
  # Control panel (shown first; may auto-hide on load)
112
  with gr.Group(visible=True) as self.control_panel:
113
- with gr.Box(elem_id="box")
114
  self.status_box = gr.Textbox(
115
  label="Status",
116
  value=self._initial_status_text(),
 
110
 
111
  # Control panel (shown first; may auto-hide on load)
112
  with gr.Group(visible=True) as self.control_panel:
113
+ with gr.Box(elem_id="box"):
114
  self.status_box = gr.Textbox(
115
  label="Status",
116
  value=self._initial_status_text(),