MilanM commited on
Commit
b6ea4c2
·
verified ·
1 Parent(s): 1125c1e

Update src/parameters.py

Browse files
Files changed (1) hide show
  1. src/parameters.py +2 -1
src/parameters.py CHANGED
@@ -19,4 +19,5 @@ params = {
19
  }
20
  display_chat_history = bool(os.getenv("DISPLAY_CHAT_HISTORY")) or True
21
  stream_outputs = bool(os.getenv("STREAM_OUTPUTS")) or True
22
- app_password = str(os.getenv("APP_PASSWORD",""))
 
 
19
  }
20
  display_chat_history = bool(os.getenv("DISPLAY_CHAT_HISTORY")) or True
21
  stream_outputs = bool(os.getenv("STREAM_OUTPUTS")) or True
22
+ app_password = str(os.getenv("APP_PASSWORD",""))
23
+ info_tag = str(os.getenv("INFO_TAG", "App skeleton designed and developed by Milan Mrdenovic © IBM Norway 2025"))