jatamura commited on
Commit
43fa076
·
verified ·
1 Parent(s): 4c449d8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,7 +54,7 @@ def plot_ui():
54
 
55
  @module.server
56
  def plot_server(input, output, session, r, opacity):
57
- @render.ui
58
  def plot_prediction():
59
  fig, ax = plt.subplots()
60
 
 
54
 
55
  @module.server
56
  def plot_server(input, output, session, r, opacity):
57
+ @render.plot
58
  def plot_prediction():
59
  fig, ax = plt.subplots()
60