Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -59,9 +59,10 @@ else:
|
|
59 |
additional_authorized_imports=["pytz"]
|
60 |
|
61 |
)
|
|
|
|
|
|
|
62 |
|
63 |
-
#
|
64 |
-
|
65 |
-
# Build the Content Agent GUI
|
66 |
-
ContentAgentUI()
|
67 |
|
|
|
59 |
additional_authorized_imports=["pytz"]
|
60 |
|
61 |
)
|
62 |
+
|
63 |
+
# Create an instance of the ContentAgentUI class
|
64 |
+
ui = ContentAgentUI()
|
65 |
|
66 |
+
# Pass through the agent
|
67 |
+
ui.pass_through_agent(agent)
|
|
|
|
|
68 |
|