Docfile commited on
Commit
98d450e
·
verified ·
1 Parent(s): 9c65178

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -109,6 +109,7 @@ class PresentationCrew(Crew):
109
  content = content_agent.run(section, theme)
110
  content_dict[section] = content
111
 
 
112
  return content_dict
113
  except Exception as e:
114
  print(f"An error occurred: {e}")
 
109
  content = content_agent.run(section, theme)
110
  content_dict[section] = content
111
 
112
+ print(content_dict)
113
  return content_dict
114
  except Exception as e:
115
  print(f"An error occurred: {e}")