Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -48,6 +48,7 @@ class ContentGeneratorAgent(Agent):
|
|
48 |
def run(self, section):
|
49 |
# Generate content logic
|
50 |
content = f"Content for {section}"
|
|
|
51 |
return content
|
52 |
|
53 |
# PDF Compiler Agent
|
|
|
48 |
def run(self, section):
|
49 |
# Generate content logic
|
50 |
content = f"Content for {section}"
|
51 |
+
print(content)
|
52 |
return content
|
53 |
|
54 |
# PDF Compiler Agent
|