bstraehle commited on
Commit
ba88992
·
verified ·
1 Parent(s): e9c9203

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -17,9 +17,9 @@ def invoke(openai_api_key, topic):
17
 
18
  article = get_crew(LLM).kickoff(inputs={"topic": topic})
19
 
20
- #print("***")
21
- #print(article)
22
- #print("***")
23
 
24
  return article
25
 
 
17
 
18
  article = get_crew(LLM).kickoff(inputs={"topic": topic})
19
 
20
+ print("***")
21
+ print(article)
22
+ print("***")
23
 
24
  return article
25