bstraehle commited on
Commit
e5e8345
·
verified ·
1 Parent(s): 9f6614c

Update app.py

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