Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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}")
|