Closed mccalluc closed 1 week ago
Please resolve the merge conflicts.
@ekraffmiller
I noticed that output and session aren't used in analysis_server(), can they be removed?
not really: These aren't functions I call, instead, it's an interface defined by Shiny that we need to satisfy. If I delete them in dataset_panel
I get this error:
TypeError: dataset_server() got multiple values for argument 'csv_path'
I think since it's missing expected positional parameters, it's grabbing kwargs, and things get confused.
Will resolve conflicts and ask for re-review.