Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -139,7 +139,6 @@ def server(input, output, session: Session):
|
|
| 139 |
opacity = ui.input_slider(id, "Opacity", 0, 1.0, 0.5)
|
| 140 |
|
| 141 |
plot_server(f"plot_{idx}",r=r, opacity=input[id]())
|
| 142 |
-
print(plot_ui(f"plot_{idx}"))
|
| 143 |
|
| 144 |
ui_output.append(
|
| 145 |
ui.div(
|
|
|
|
| 139 |
opacity = ui.input_slider(id, "Opacity", 0, 1.0, 0.5)
|
| 140 |
|
| 141 |
plot_server(f"plot_{idx}",r=r, opacity=input[id]())
|
|
|
|
| 142 |
|
| 143 |
ui_output.append(
|
| 144 |
ui.div(
|