Borealis-BioModeling / aurora-pkpd

Open Python Web App for Pharmcological Modeling and Analysis
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

Build new model button on compartmental upload page not working #13

Closed blakeaw closed 4 months ago

blakeaw commented 4 months ago

When clicking the "Build new model" button on pages/compartmental/upload.py it throws an error:

StreamlitAPIException: Could not find page: 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

blakeaw commented 4 months ago

Fixed in PR https://github.com/Borealis-BioModeling/aurora-pkpd/pull/15