bstraehle commited on
Commit
8bb151e
·
verified ·
1 Parent(s): b7f0f59

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