eaglelandsonce commited on
Commit
6d13a49
1 Parent(s): b7e7194

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -5
app.py CHANGED
@@ -278,14 +278,11 @@ def crewai_process(research_topic):
278
 
279
 
280
 
281
-
282
-
283
-
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
- st.set_page_config(page_title='Clarifai Story Teller', layout='wide')
289
  # Tab 1: Introduction
290
  with tab1:
291
  # Set up the Streamlit interface
 
278
 
279
 
280
 
281
+ st.set_page_config(page_title='Clarifai Story Teller', layout='wide')
 
 
 
282
 
283
  # Create tabs
284
  tab1, tab2, tab3 = st.tabs(["Create Your Story Script", "Build Your Image-Audio Book", "Interact with Your Charaters"])
285
+
286
  # Tab 1: Introduction
287
  with tab1:
288
  # Set up the Streamlit interface