Spaces:
Sleeping
Sleeping
Update ui/contentagentui.py
Browse files- ui/contentagentui.py +1 -1
ui/contentagentui.py
CHANGED
|
@@ -132,7 +132,7 @@ class ContentAgentUI:
|
|
| 132 |
interactive=False,
|
| 133 |
)
|
| 134 |
start_btn = gr.Button("Start Agent")
|
| 135 |
-
gr.Markdown("It may take up to 5 minutes to wake up the agent"
|
| 136 |
|
| 137 |
|
| 138 |
# Main panel (hidden until agent is initialized)
|
|
|
|
| 132 |
interactive=False,
|
| 133 |
)
|
| 134 |
start_btn = gr.Button("Start Agent")
|
| 135 |
+
gr.Markdown("It may take up to 5 minutes to wake up the agent")
|
| 136 |
|
| 137 |
|
| 138 |
# Main panel (hidden until agent is initialized)
|