Closed j-andrews7 closed 6 months ago
Missed these cases. Thanks for catching that
No worries, it was a simple fix. I'm running into a bug where using a custom database on shinyapps.io still seems to reset to the default database, and I really am not sure why as it seems to work fine locally.
A reactive running haywire and triggering reset? I can look as well to see if I find anything.
I'd welcome another set of eyes, I've really got no clue. The app.py file I'm deploying is just:
from strprofiler.app.app import create_app
database = "./tester_db.csv"
create_app(db=database)
And the file is just a subset of the main database file. I'm probably about done for the evening anyway, but I think we're pretty close. Once this is figured out, it'll just be updating the docs and the about markdown with relevant details.
What it says on the tin.