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