heymenn commited on
Commit
ef7cabd
·
verified ·
1 Parent(s): 928fcd4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -180,6 +180,8 @@ def update_config_display():
180
  """
181
  with open("config.json", "r") as config_file:
182
  config = json.load(config_file)
 
 
183
 
184
  return {
185
  main_llm : config["main_llm"],
 
180
  """
181
  with open("config.json", "r") as config_file:
182
  config = json.load(config_file)
183
+
184
+ print(config)
185
 
186
  return {
187
  main_llm : config["main_llm"],