eaglelandsonce commited on
Commit
20563c4
·
verified ·
1 Parent(s): ec89d0f

Update app.py

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