refactor: Fix undefined names by adding missing imports in alwrity.py, alwrity_utils.py, content_generators.py, and ui_setup.py

This commit is contained in:
ajaysi (aider)
2024-09-14 17:49:55 +05:30
parent 27072adbe5
commit 668e7f7f36
4 changed files with 23 additions and 2 deletions

View File

@@ -1,6 +1,8 @@
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
def setup_ui():
"""Sets up the Streamlit UI with custom CSS and logo."""