eaglelandsonce commited on
Commit
5017994
·
verified ·
1 Parent(s): 201d0bd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -299,7 +299,7 @@ with tab1:
299
  # Run the crewai process
300
  result = crewai_process(input_topic)
301
  # Display the result
302
- st.session_state['text_block'] = result
303
  st.text_area("Output", value=st. st.session_state['text_block'] , height=300)
304
 
305
  # Tab 2: Data Visualization
 
299
  # Run the crewai process
300
  result = crewai_process(input_topic)
301
  # Display the result
302
+ st.session_state['text_block'] = result
303
  st.text_area("Output", value=st. st.session_state['text_block'] , height=300)
304
 
305
  # Tab 2: Data Visualization