Daniel1213 commited on
Commit
44916d1
1 Parent(s): 4187b2d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,6 +50,6 @@ for w in [offset, amplitude, phase, freq]:
50
  # Set up layouts and add to document
51
  inputs = column(text, offset, amplitude, phase, freq, sizing_mode='scale_width')
52
 
53
- bokeh_app = pn.pane.Bokeh(row(inputs, plot, sizing_mode='stretch_both'))
54
 
55
  bokeh_app.servable()
 
50
  # Set up layouts and add to document
51
  inputs = column(text, offset, amplitude, phase, freq, sizing_mode='scale_width')
52
 
53
+ bokeh_app = pn.pane.Bokeh(row(inputs, plot))
54
 
55
  bokeh_app.servable()