Skip to content

Commit

Permalink
update installers
Browse files Browse the repository at this point in the history
  • Loading branch information
jalew188 committed Dec 26, 2023
1 parent 212ff8c commit d64afc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions alphaviz/gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -1066,7 +1066,7 @@ def display_chromatogram(self, *args):
self.data.raw_data,
self.colorscale_qualitative.value,
)
chrom_widget = pn.pane.panel(
chrom_widget = pn.Pane(
chromatograms,
config=update_config('Chromatograms'),
sizing_mode='stretch_width',
Expand Down Expand Up @@ -1230,7 +1230,7 @@ def run_after_protein_selection(self, *args):
self.curr_protein_ids = prot_id
break

self.layout[6] = pn.pane.panel(
self.layout[6] = pn.Pane(
self.protein_coverage_plot,
config=update_config(f"{self.gene_name}_coverage_plot"),
align='center',
Expand Down

0 comments on commit d64afc6

Please sign in to comment.