Run with interface#
from openCHA import openCHA
cha = openCHA(verbose=True)
cha.run_with_interface()
# Read your terminal prints to see the webpage address to open up the interface
from openCHA import openCHA
cha = openCHA(verbose=True)
cha.run_with_interface()
# Read your terminal prints to see the webpage address to open up the interface