Update app.py
Browse files
app.py
CHANGED
@@ -422,6 +422,9 @@ with tab1:
|
|
422 |
st.session_state['text_block'] = result
|
423 |
st.text_area("Output", value=result , height=300)
|
424 |
|
|
|
|
|
|
|
425 |
# Tab 2: Data Visualization
|
426 |
with tab2:
|
427 |
|
|
|
422 |
st.session_state['text_block'] = result
|
423 |
st.text_area("Output", value=result , height=300)
|
424 |
|
425 |
+
with col2:
|
426 |
+
st.image('crewai/resources/clarifai.png')
|
427 |
+
|
428 |
# Tab 2: Data Visualization
|
429 |
with tab2:
|
430 |
|