AbenzaFran commited on
Commit
f5368df
·
verified ·
1 Parent(s): 4eda367

appcof is back

Browse files
Files changed (1) hide show
  1. app.py +8 -0
app.py CHANGED
@@ -19,6 +19,14 @@ from langsmith import traceable
19
  # Configuration and Types
20
  # ------------------------
21
 
 
 
 
 
 
 
 
 
22
  @dataclass
23
  class Message:
24
  """Chat message structure."""
 
19
  # Configuration and Types
20
  # ------------------------
21
 
22
+
23
+ @dataclass
24
+ class AppConfig:
25
+ """Application configuration settings."""
26
+ page_title: str = "Inteliventa Argumentador Inversionistas"
27
+ page_icon: str = "🏡"
28
+ layout: str = "centered"
29
+
30
  @dataclass
31
  class Message:
32
  """Chat message structure."""