jatamura commited on
Commit
abd7896
·
verified ·
1 Parent(s): 1ba1d3b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -54,7 +54,6 @@ def plot_ui():
54
 
55
  @module.server
56
  def plot_server(input, output, session, r, opacity):
57
- @output
58
  @render.plot
59
  def plot_prediction():
60
  fig, ax = plt.subplots()
@@ -84,7 +83,6 @@ def plot_server(input, output, session, r, opacity):
84
  return fig
85
 
86
  def server(input, output, session: Session):
87
- plot_server("test")
88
  analysis_results = reactive.Value([])
89
 
90
  @reactive.Effect
 
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()
 
83
  return fig
84
 
85
  def server(input, output, session: Session):
 
86
  analysis_results = reactive.Value([])
87
 
88
  @reactive.Effect