eaglelandsonce commited on
Commit
5fc23dd
1 Parent(s): 9177f6b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -284,7 +284,7 @@ def crewai_process(research_topic):
284
  import streamlit as st
285
 
286
  # Create tabs
287
- tab1, tab2, tab3 = st.tabs(["Create Your Story Script", "Build Your Image/Audio Book", "Interact with Your Charaters"])
288
 
289
  # Tab 1: Introduction
290
  with tab1:
@@ -308,7 +308,7 @@ with tab2:
308
  #st.set_page_config(page_title='DALL-E Image and Audio Generator', layout='wide')
309
 
310
  # Streamlit sidebar elements
311
- st.sidebar.title("DALL-E Image and Audio Generator")
312
  text_block = st.sidebar.text_area("Enter your text block:")
313
 
314
  # Streamlit main page
 
284
  import streamlit as st
285
 
286
  # Create tabs
287
+ tab1, tab2, tab3 = st.tabs(["Create Your Story Script", "Build Your Image-Audio Book", "Interact with Your Charaters"])
288
 
289
  # Tab 1: Introduction
290
  with tab1:
 
308
  #st.set_page_config(page_title='DALL-E Image and Audio Generator', layout='wide')
309
 
310
  # Streamlit sidebar elements
311
+ st.sidebar.title("Image-Audio Book")
312
  text_block = st.sidebar.text_area("Enter your text block:")
313
 
314
  # Streamlit main page