Performance optimizations, Improved SEO tools & error handling
This commit is contained in:
@@ -2,7 +2,9 @@ import os
|
||||
import streamlit as st
|
||||
from .file_processor import load_image
|
||||
from .content_generators import content_planning_tools, ai_writers
|
||||
from .alwrity_utils import ai_agents_team, ai_seo_tools, ai_social_writer
|
||||
from .alwrity_utils import ai_agents_team, ai_social_writer
|
||||
from .seo_tools import ai_seo_tools
|
||||
|
||||
|
||||
def setup_ui():
|
||||
"""Sets up the Streamlit UI with custom CSS and logo."""
|
||||
@@ -23,6 +25,7 @@ def setup_ui():
|
||||
</div>
|
||||
""", unsafe_allow_html=True)
|
||||
|
||||
|
||||
def setup_tabs():
|
||||
"""Sets up the main tabs in the Streamlit app."""
|
||||
tab1, tab2, tab3, tab4, tab5, tab6 = st.tabs(
|
||||
|
||||
Reference in New Issue
Block a user