elaineaishophouse commited on
Commit
73701af
·
verified ·
1 Parent(s): 2806a0b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -365,7 +365,7 @@ if __name__ == "__main__":
365
 
366
  logging.info(f"Total agents created: {len(respondent_agents_dict)}")
367
 
368
- demo = build_interface()
369
 
370
  logging.info("Launching Gradio interface...")
371
  demo.launch(debug=True)
 
365
 
366
  logging.info(f"Total agents created: {len(respondent_agents_dict)}")
367
 
368
+ demo = build_interface(respondent_agents_dict)
369
 
370
  logging.info("Launching Gradio interface...")
371
  demo.launch(debug=True)