yetessam commited on
Commit
06fd68b
·
verified ·
1 Parent(s): e0f649a

Update ui/contentagentui.py

Browse files
Files changed (1) hide show
  1. ui/contentagentui.py +4 -2
ui/contentagentui.py CHANGED
@@ -110,15 +110,17 @@ class ContentAgentUI:
110
 
111
  # Control panel (shown first; may auto-hide on load)
112
  with gr.Group(visible=True) as self.control_panel:
113
-
 
114
  self.status_box = gr.Textbox(
115
  label="Status",
116
  value=self._initial_status_text(),
117
  lines=8,
118
  interactive=False,
119
  )
 
120
  start_btn = gr.Button("Start Agent")
121
-
122
  gr.HTML("""
123
  <p>It may take up to 5 minutes to wake up the agent"</p>
124
  """)
 
110
 
111
  # Control panel (shown first; may auto-hide on load)
112
  with gr.Group(visible=True) as self.control_panel:
113
+
114
+ gr.Markdown("Testing ")
115
  self.status_box = gr.Textbox(
116
  label="Status",
117
  value=self._initial_status_text(),
118
  lines=8,
119
  interactive=False,
120
  )
121
+ gr.Markdown("Testing")
122
  start_btn = gr.Button("Start Agent")
123
+ gr.Markdown("Testing")
124
  gr.HTML("""
125
  <p>It may take up to 5 minutes to wake up the agent"</p>
126
  """)