Performance optimizations, Improved SEO tools & error handling

This commit is contained in:
ajaysi
2024-09-26 08:16:22 +05:30
parent 516144a728
commit 9409e57d2f
13 changed files with 442 additions and 217 deletions

View File

@@ -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(