Spaces:
Runtime error
Runtime error
Daniel1213
commited on
Commit
•
44916d1
1
Parent(s):
4187b2d
Update app.py
Browse files
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
|
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()
|