Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|