Docfile commited on
Commit
4234b32
·
verified ·
1 Parent(s): a99cdc3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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