cryogenic22's picture
Create config/settings.py
f256ef6 verified
raw
history blame contribute delete
319 Bytes
# src/config/settings.py
# Application settings and configurations
APP_SETTINGS = {
'title': "🤖 SYNAPTYX - RFP Analysis Agent",
'description': "Upload RFP documents, analyze requirements, and get intelligent answers powered by AI.",
'database': "rfp_agent.db",
'layout': "wide",
'icon': "🤖"
}