Closed blakeaw closed 4 months ago
When clicking the "Build new model" button on pages/compartmental/upload.py it throws an error:
pages/compartmental/upload.py
StreamlitAPIException: Could not find page: build.py.
build.py
I haven't checked the code yet, but I'm guessing I forgot to update the path to the build.py file; it should be pages/compartmental/build.py
pages/compartmental/build.py
Fixed in PR https://github.com/Borealis-BioModeling/aurora-pkpd/pull/15
When clicking the "Build new model" button on
pages/compartmental/upload.py
it throws an error:I haven't checked the code yet, but I'm guessing I forgot to update the path to the build.py file; it should be
pages/compartmental/build.py