Update app.py
Browse files
app.py
CHANGED
|
@@ -423,7 +423,7 @@ with tab1:
|
|
| 423 |
with col2:
|
| 424 |
# Input for the user
|
| 425 |
input_topic = st.text_area("What Exciting Adventures Awaits Us", height=100, placeholder="Start Our Story...")
|
| 426 |
-
|
| 427 |
st.session_state['on_topic'] = input_topic
|
| 428 |
# Button to run the process
|
| 429 |
if st.button("Create a Story"):
|
|
@@ -433,6 +433,8 @@ with tab1:
|
|
| 433 |
# Display the result
|
| 434 |
st.session_state['text_block'] = result
|
| 435 |
st.text_area("Output", value=result , height=300)
|
|
|
|
|
|
|
| 436 |
|
| 437 |
with col3:
|
| 438 |
st.image('crewai/resources/clarifai.png')
|
|
|
|
| 423 |
with col2:
|
| 424 |
# Input for the user
|
| 425 |
input_topic = st.text_area("What Exciting Adventures Awaits Us", height=100, placeholder="Start Our Story...")
|
| 426 |
+
|
| 427 |
st.session_state['on_topic'] = input_topic
|
| 428 |
# Button to run the process
|
| 429 |
if st.button("Create a Story"):
|
|
|
|
| 433 |
# Display the result
|
| 434 |
st.session_state['text_block'] = result
|
| 435 |
st.text_area("Output", value=result , height=300)
|
| 436 |
+
|
| 437 |
+
st.image('crewai/resources/display.jpg')
|
| 438 |
|
| 439 |
with col3:
|
| 440 |
st.image('crewai/resources/clarifai.png')
|