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