cryogenic22 commited on
Commit
f256ef6
·
verified ·
1 Parent(s): 5913aca

Create config/settings.py

Browse files
Files changed (1) hide show
  1. config/settings.py +9 -0
config/settings.py ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ # src/config/settings.py
2
+ # Application settings and configurations
3
+ APP_SETTINGS = {
4
+ 'title': "🤖 SYNAPTYX - RFP Analysis Agent",
5
+ 'description': "Upload RFP documents, analyze requirements, and get intelligent answers powered by AI.",
6
+ 'database': "rfp_agent.db",
7
+ 'layout': "wide",
8
+ 'icon': "🤖"
9
+ }