eaglelandsonce commited on
Commit
9a5523b
·
verified ·
1 Parent(s): ccbd684

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -1
app.py CHANGED
@@ -277,7 +277,15 @@ def crewai_process(research_topic):
277
  return result
278
 
279
  if 'text_block' not in st.session_state:
280
- st.session_state['text_block'] = ''
 
 
 
 
 
 
 
 
281
 
282
  if 'on_topic' not in st.session_state:
283
  st.session_state['on_topic'] = ''
 
277
  return result
278
 
279
  if 'text_block' not in st.session_state:
280
+ st.session_state['text_block'] = """In the realm of kindness, Humphrey's the star,
281
+ A gentle giant, his heart beating afar.
282
+ When two little creatures lost and alone,
283
+ He showed them compassion, a love fully grown.
284
+ Humphrey the whale, so mighty and kind,
285
+ With a heart as big as the ocean, you'll find.
286
+ He spotted two friends who had quite a mishap,
287
+ A seagull and starfish, they needed a chap."""
288
+
289
 
290
  if 'on_topic' not in st.session_state:
291
  st.session_state['on_topic'] = ''