petter2025 commited on
Commit
d371204
·
verified ·
1 Parent(s): 412c62b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -218,6 +218,7 @@ class Settings:
218
  self.auto_refresh_seconds = 30
219
  self.show_boundaries = True
220
  self.architectural_honesty = True
 
221
 
222
  settings = Settings()
223
 
 
218
  self.auto_refresh_seconds = 30
219
  self.show_boundaries = True
220
  self.architectural_honesty = True
221
+ self.engineer_annual_cost = 200000
222
 
223
  settings = Settings()
224