jatamura commited on
Commit
8604898
·
verified ·
1 Parent(s): c8aea19

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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(