Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -525,8 +525,8 @@ with tab3:
|
|
| 525 |
# Button for actions related to the selected image
|
| 526 |
if st.button("Create a New Story"):
|
| 527 |
|
| 528 |
-
crewai_process(
|
| 529 |
-
switch_tab(tabs[0])
|
| 530 |
|
| 531 |
|
| 532 |
|
|
|
|
| 525 |
# Button for actions related to the selected image
|
| 526 |
if st.button("Create a New Story"):
|
| 527 |
|
| 528 |
+
st.session_state['text_block'] = crewai_process(st.session_state['on_topic'])
|
| 529 |
+
# switch_tab(tabs[0])
|
| 530 |
|
| 531 |
|
| 532 |
|