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